diff options
author | Craig Topper <craig.topper@gmail.com> | 2015-09-16 03:52:32 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2015-09-16 03:52:32 +0000 |
commit | 77ec077067f17770c832e05e186f9dab707b35fa (patch) | |
tree | d792c91ab61d3efbe324c60a7952ef2725f46d81 /llvm/lib/CodeGen | |
parent | 9cb2870ce09b6558ec431bf58b7d8a567f23ecef (diff) | |
download | bcm5719-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/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 2 |
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, |