diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-07-02 04:15:28 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-07-02 04:15:28 +0000 |
| commit | 2a210b7df7156cfc348e8287e05fcf662646614d (patch) | |
| tree | 4fc56ce65d6d0ab95ba05533818576ac1b73f5bc /include/llvm/Support | |
| parent | 75dd57a8f0407be32551cf695e63a106dd051a27 (diff) | |
| download | external_llvm-2a210b7df7156cfc348e8287e05fcf662646614d.zip external_llvm-2a210b7df7156cfc348e8287e05fcf662646614d.tar.gz external_llvm-2a210b7df7156cfc348e8287e05fcf662646614d.tar.bz2 | |
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
| -rw-r--r-- | include/llvm/Support/BlockFrequency.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/BlockFrequency.h b/include/llvm/Support/BlockFrequency.h index 624d6de..666b3c8 100644 --- a/include/llvm/Support/BlockFrequency.h +++ b/include/llvm/Support/BlockFrequency.h @@ -36,7 +36,7 @@ public: /// \brief Returns the frequency of the entry block of the function. static uint64_t getEntryFrequency() { return ENTRY_FREQ; } - /// \brief Returns the maximum possible prequency, the saturation value. + /// \brief Returns the maximum possible frequency, the saturation value. static uint64_t getMaxFrequency() { return -1ULL; } /// \brief Returns the frequency as a fixpoint number scaled by the entry |
