mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 13:41:47 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad96655905
commit
e0a6f13a5d
@ -1502,7 +1502,7 @@ static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB,
|
|||||||
if (isa<DbgInfoIntrinsic>(I))
|
if (isa<DbgInfoIntrinsic>(I))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Only speculatively execution a single instruction (not counting the
|
// Only speculatively execute a single instruction (not counting the
|
||||||
// terminator) for now.
|
// terminator) for now.
|
||||||
++SpeculationCost;
|
++SpeculationCost;
|
||||||
if (SpeculationCost > 1)
|
if (SpeculationCost > 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user