Fix a typo in a comment.

llvm-svn: 54136
This commit is contained in:
Dan Gohman 2008-07-28 18:43:51 +00:00
parent 42912d1a1e
commit 24b3ce1db6
1 changed files with 1 additions and 1 deletions

View File

@ -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())