[llvm] r247771 - Fix a spelling error in the description of a statistic. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 20:52:33 PDT 2015


Author: ctopper
Date: Tue Sep 15 22:52:32 2015
New Revision: 247771

URL: http://llvm.org/viewvc/llvm-project?rev=247771&view=rev
Log:
Fix a spelling error in the description of a statistic. NFC

Modified:
    llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp

Modified: llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp?rev=247771&r1=247770&r2=247771&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp Tue Sep 15 22:52:32 2015
@@ -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,




More information about the llvm-commits mailing list