mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca425a2a98
commit
0471a79f20
@ -816,7 +816,7 @@ bool LiveIntervals::isReMaterializable(const LiveInterval &li,
|
||||
if (!EnableAggressiveRemat)
|
||||
return false;
|
||||
|
||||
// If the instruction access memory but the memoperands have been lost,
|
||||
// If the instruction accesses memory but the memoperands have been lost,
|
||||
// we can't analyze it.
|
||||
const TargetInstrDesc &TID = MI->getDesc();
|
||||
if ((TID.mayLoad() || TID.mayStore()) && MI->memoperands_empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user