mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix a typo in a comment.
llvm-svn: 54136
This commit is contained in:
parent
f8f44b4837
commit
f6391108c6
@ -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…
Reference in New Issue
Block a user