Fix a spelling error in the description of a statistic. NFC
authorCraig Topper <craig.topper@gmail.com>
Wed, 16 Sep 2015 03:52:32 +0000 (03:52 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 16 Sep 2015 03:52:32 +0000 (03:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247771 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBlockPlacement.cpp

index e515a89e782ca4a68698d22ec5a4eb4c7d69eed9..78a7b2a0a1bed20c6b65d64f7ed6da140b20b5de 100644 (file)
@@ -51,7 +51,7 @@ using namespace llvm;
 #define DEBUG_TYPE "block-placement"
 
 STATISTIC(NumCondBranches, "Number of conditional branches");
 #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,
 STATISTIC(CondBranchTakenFreq,
           "Potential frequency of taking conditional branches");
 STATISTIC(UncondBranchTakenFreq,