Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 28 Jul 2008 18:43:51 +0000 (18:43 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Jul 2008 18:43:51 +0000 (18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54136 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index 833cb95eb9f3029a37657dbf78bea0f7f9377602..baaed71d238a0b8e7ecf8042a4e71fbd4707ccfc 100644 (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())