summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-12-14 02:37:38 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-12-14 02:37:38 +0000
commit523823b89724cb574c4e899556ae22b239b3daa5 (patch)
tree55edcbd8f86df09c6be505fee698ccebf9ae5123 /include/llvm/CodeGen/MachineBlockFrequencyInfo.h
parentb68ca3e9c5791db9da07b7767a8ee915a104e99a (diff)
downloadllvm-523823b89724cb574c4e899556ae22b239b3daa5.tar.gz
llvm-523823b89724cb574c4e899556ae22b239b3daa5.tar.bz2
llvm-523823b89724cb574c4e899556ae22b239b3daa5.tar.xz
[block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFreq() in all *BlockFrequencyInfo*.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineBlockFrequencyInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineBlockFrequencyInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBlockFrequencyInfo.h b/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
index 761b59cb1d..5ec4660c85 100644
--- a/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
+++ b/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
@@ -62,7 +62,7 @@ public:
raw_ostream &printBlockFreq(raw_ostream &OS,
const MachineBasicBlock *MBB) const;
- uint64_t getEntryFrequency() const;
+ uint64_t getEntryFreq() const;
};