forked from OSchip/llvm-project
Fix a spelling error in the description of a statistic. NFC
llvm-svn: 247771
This commit is contained in:
parent
9cb2870ce0
commit
77ec077067
|
@ -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