diff options
| author | Wei Mi <wmi@google.com> | 2018-10-11 22:14:27 +0000 |
|---|---|---|
| committer | Wei Mi <wmi@google.com> | 2018-10-11 22:14:27 +0000 |
| commit | 6323fb3d7f9aa7a79cc9f3a4f57fc6622da8f457 (patch) | |
| tree | ab7a6a2d954ea51a14f802ffeab7a58cd23bca0b | |
| parent | 99c02f6301028ed92b322655a7f12cf2e4549088 (diff) | |
| download | bcm5719-llvm-6323fb3d7f9aa7a79cc9f3a4f57fc6622da8f457.tar.gz bcm5719-llvm-6323fb3d7f9aa7a79cc9f3a4f57fc6622da8f457.zip | |
[SampleFDO][NFC] Remove debugging log left over in the code.
llvm-svn: 344304
| -rw-r--r-- | llvm/include/llvm/ProfileData/SampleProf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/ProfileData/SampleProf.h b/llvm/include/llvm/ProfileData/SampleProf.h index e632a1c955b..927dfd24687 100644 --- a/llvm/include/llvm/ProfileData/SampleProf.h +++ b/llvm/include/llvm/ProfileData/SampleProf.h @@ -488,8 +488,6 @@ public: // If the format is SPF_Compact_Binary, the name is already a GUID and we // don't want to return the GUID of GUID. static uint64_t getGUID(StringRef Name) { - if (Format == SPF_Compact_Binary) - errs() << Name << '\n'; return (Format == SPF_Compact_Binary) ? std::stoull(Name.data()) : Function::getGUID(Name); } |

