diff options
author | Betul Buyukkurt <betulb@codeaurora.org> | 2015-11-18 00:14:08 +0000 |
---|---|---|
committer | Betul Buyukkurt <betulb@codeaurora.org> | 2015-11-18 00:14:08 +0000 |
commit | cbf0b5e4b690c781c475c466a072d9d01fd71787 (patch) | |
tree | 869af3baf72682b83844af5c80b8f3900e072afc /clang/lib/CodeGen/CodeGenPGO.h | |
parent | 77f448695091fb421bc8ba4977763eab50654252 (diff) | |
download | bcm5719-llvm-cbf0b5e4b690c781c475c466a072d9d01fd71787.tar.gz bcm5719-llvm-cbf0b5e4b690c781c475c466a072d9d01fd71787.zip |
[PGO] Removed unused code. [NFC]
llvm-svn: 253404
Diffstat (limited to 'clang/lib/CodeGen/CodeGenPGO.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenPGO.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenPGO.h b/clang/lib/CodeGen/CodeGenPGO.h index dcd1c6543a3..350cdcce3e8 100644 --- a/clang/lib/CodeGen/CodeGenPGO.h +++ b/clang/lib/CodeGen/CodeGenPGO.h @@ -92,7 +92,6 @@ public: private: void setFuncName(llvm::Function *Fn); void setFuncName(StringRef Name, llvm::GlobalValue::LinkageTypes Linkage); - void createFuncNameVar(llvm::GlobalValue::LinkageTypes Linkage); void mapRegionCounters(const Decl *D); void computeRegionCounts(const Decl *D); void applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader, |