[llvm] r234706 - Fix typo.

Mark Lacey mark.lacey at apple.com
Sun Apr 12 11:18:51 PDT 2015


Author: rudkx
Date: Sun Apr 12 13:18:51 2015
New Revision: 234706

URL: http://llvm.org/viewvc/llvm-project?rev=234706&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Modified: llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp?rev=234706&r1=234705&r2=234706&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp Sun Apr 12 13:18:51 2015
@@ -1502,7 +1502,7 @@ static bool SpeculativelyExecuteBB(Branc
     if (isa<DbgInfoIntrinsic>(I))
       continue;
 
-    // Only speculatively execution a single instruction (not counting the
+    // Only speculatively execute a single instruction (not counting the
     // terminator) for now.
     ++SpeculationCost;
     if (SpeculationCost > 1)





More information about the llvm-commits mailing list