Fix typo.

llvm-svn: 234706
This commit is contained in:
Mark Lacey 2015-04-12 18:18:51 +00:00
parent 5551f2528c
commit 274f48b5a8
1 changed files with 1 additions and 1 deletions

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)