Fix typo.
authorMark Lacey <mark.lacey@apple.com>
Sun, 12 Apr 2015 18:18:51 +0000 (18:18 +0000)
committerMark Lacey <mark.lacey@apple.com>
Sun, 12 Apr 2015 18:18:51 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234706 91177308-0d34-0410-b5e6-96231b3b80d8

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)