mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Fix a spelling error in the description of a statistic. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41591e7e30
commit
5e6c2d403c
@ -51,7 +51,7 @@ using namespace llvm;
|
||||
#define DEBUG_TYPE "block-placement"
|
||||
|
||||
STATISTIC(NumCondBranches, "Number of conditional branches");
|
||||
STATISTIC(NumUncondBranches, "Number of uncondittional branches");
|
||||
STATISTIC(NumUncondBranches, "Number of unconditional branches");
|
||||
STATISTIC(CondBranchTakenFreq,
|
||||
"Potential frequency of taking conditional branches");
|
||||
STATISTIC(UncondBranchTakenFreq,
|
||||
|
Loading…
Reference in New Issue
Block a user