Fix typo.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyCFG.cpp
index ef0c10f2d209b38fd7ebf31b92fa39d6bdc61d5d..7c239cb19b70e0c2b73c0a75c85b1d01a1af9e24 100644 (file)
@@ -1502,7 +1502,7 @@ static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB,
     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)