mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100609 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf9a415182
commit
348856e56a
@ -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