diff options
author | Vedant Kumar <vsk@apple.com> | 2016-03-28 16:14:07 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-03-28 16:14:07 +0000 |
commit | 088a726f6f85782dec24f80deb7be556d4fe6698 (patch) | |
tree | 607b2cf22dc9485fddfe275c42427ad3f39a3acc /llvm/include | |
parent | a76bcc2ea1474fe7df0c757d3a4ca0bfaeed8913 (diff) | |
download | bcm5719-llvm-088a726f6f85782dec24f80deb7be556d4fe6698.tar.gz bcm5719-llvm-088a726f6f85782dec24f80deb7be556d4fe6698.zip |
Revert "[PGO] Fix name encoding for ObjC-like functions"
This reverts commit r264587. Reverting to investigate 6 unexpected
failures on the ppc bot:
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/2822
llvm-svn: 264590
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/ProfileData/InstrProf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProf.h b/llvm/include/llvm/ProfileData/InstrProf.h index 31fcffe2ef7..3bf0aa38510 100644 --- a/llvm/include/llvm/ProfileData/InstrProf.h +++ b/llvm/include/llvm/ProfileData/InstrProf.h @@ -151,9 +151,6 @@ inline StringRef getInstrProfFileOverriderFuncName() { return "__llvm_profile_override_default_filename"; } -/// Return the marker used to separate PGO names during serialization. -inline StringRef getInstrProfNameSeparator() { return "\01"; } - /// Return the modified name for function \c F suitable to be /// used the key for profile lookup. std::string getPGOFuncName(const Function &F, |