summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-28 18:43:51 +0000
committerDan Gohman <gohman@apple.com>2008-07-28 18:43:51 +0000
commit24b3ce1db6b200e8a220012b6b66bac0bd2a04a4 (patch)
tree94f975555cc5eff0a1d08564000800e8f0ccb703 /llvm/lib
parent42912d1a1e3b366d817d67a44a7c4122494ff67c (diff)
downloadbcm5719-llvm-24b3ce1db6b200e8a220012b6b66bac0bd2a04a4.tar.gz
bcm5719-llvm-24b3ce1db6b200e8a220012b6b66bac0bd2a04a4.zip
Fix a typo in a comment.
llvm-svn: 54136
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 833cb95eb9f..baaed71d238 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -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())
OpenPOWER on IntegriCloud