summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenPGO.h
diff options
context:
space:
mode:
authorBetul Buyukkurt <betulb@codeaurora.org>2015-11-18 00:14:08 +0000
committerBetul Buyukkurt <betulb@codeaurora.org>2015-11-18 00:14:08 +0000
commitc6ed134ddd583541954a050b4236681b12971b50 (patch)
tree867497044d9e308ee6a371a255aefa0a9a7fcdc2 /lib/CodeGen/CodeGenPGO.h
parent41a6e73085bd3a4ea29f06d20cb48d1776774cee (diff)
[PGO] Removed unused code. [NFC]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenPGO.h')
-rw-r--r--lib/CodeGen/CodeGenPGO.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenPGO.h b/lib/CodeGen/CodeGenPGO.h
index dcd1c6543a..350cdcce3e 100644
--- a/lib/CodeGen/CodeGenPGO.h
+++ b/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,