mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Fix typo.
llvm-svn: 100609
This commit is contained in:
parent
122572e13a
commit
eb32efa3b6
@ -295,7 +295,7 @@ void MachineLICM::HoistRegionPostRA(MachineDomTreeNode *N) {
|
||||
|
||||
// If MI is a store to a stack slot, remember the slot. An instruction
|
||||
// loads from this slot cannot be a LICM candidate.
|
||||
if (SkipCheck && TII->isStoreToStackSlot(MI, FI))
|
||||
if (!SkipCheck && TII->isStoreToStackSlot(MI, FI))
|
||||
StoredFIs.insert(FI);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user