mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
Fix typo.
llvm-svn: 234706
This commit is contained in:
parent
41bf2cfa3a
commit
149e2c7419
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user