Fix a spelling error in the description of a statistic. NFC

llvm-svn: 247771
This commit is contained in:
Craig Topper 2015-09-16 03:52:32 +00:00
parent 9cb2870ce0
commit 77ec077067
1 changed files with 1 additions and 1 deletions

View File

@ -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,