summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-09-16 03:52:32 +0000
committerCraig Topper <craig.topper@gmail.com>2015-09-16 03:52:32 +0000
commit77ec077067f17770c832e05e186f9dab707b35fa (patch)
treed792c91ab61d3efbe324c60a7952ef2725f46d81 /llvm/lib
parent9cb2870ce09b6558ec431bf58b7d8a567f23ecef (diff)
downloadbcm5719-llvm-77ec077067f17770c832e05e186f9dab707b35fa.tar.gz
bcm5719-llvm-77ec077067f17770c832e05e186f9dab707b35fa.zip
Fix a spelling error in the description of a statistic. NFC
llvm-svn: 247771
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/MachineBlockPlacement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
index e515a89e782..78a7b2a0a1b 100644
--- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp
+++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
@@ -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,
OpenPOWER on IntegriCloud