mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user