forked from OSchip/llvm-project
[SampleFDO][NFC] Remove debugging log left over in the code.
llvm-svn: 344304
This commit is contained in:
parent
99c02f6301
commit
6323fb3d7f
|
@ -488,8 +488,6 @@ public:
|
||||||
// If the format is SPF_Compact_Binary, the name is already a GUID and we
|
// If the format is SPF_Compact_Binary, the name is already a GUID and we
|
||||||
// don't want to return the GUID of GUID.
|
// don't want to return the GUID of GUID.
|
||||||
static uint64_t getGUID(StringRef Name) {
|
static uint64_t getGUID(StringRef Name) {
|
||||||
if (Format == SPF_Compact_Binary)
|
|
||||||
errs() << Name << '\n';
|
|
||||||
return (Format == SPF_Compact_Binary) ? std::stoull(Name.data())
|
return (Format == SPF_Compact_Binary) ? std::stoull(Name.data())
|
||||||
: Function::getGUID(Name);
|
: Function::getGUID(Name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue