Fix typo.

llvm-svn: 234706
This commit is contained in:
Mark Lacey 2015-04-12 18:18:51 +00:00
parent 41bf2cfa3a
commit 149e2c7419

View 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)