mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-01 15:51:55 +00:00
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d016efde2
commit
43fb2934be
@ -1539,7 +1539,7 @@ static Value *isSafeToSpeculateStore(Instruction *I, BasicBlock *BrBB,
|
||||
continue;
|
||||
--MaxNumInstToLookAt;
|
||||
|
||||
// Could be calling an instruction that effects memory like free().
|
||||
// Could be calling an instruction that affects memory like free().
|
||||
if (CurI.mayHaveSideEffects() && !isa<StoreInst>(CurI))
|
||||
return nullptr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user