summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervals.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-09 11:25:27 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-07-09 11:25:27 +0000
commit7300963c66d2d386cdb64c26e35f74c72349a127 (patch)
treee4d40277b691342cc9438abc8be822c987869ea9 /llvm/lib/CodeGen/LiveIntervals.cpp
parent132ece8925b5296ef04e1f1d900996b4d98d5097 (diff)
downloadbcm5719-llvm-7300963c66d2d386cdb64c26e35f74c72349a127.tar.gz
bcm5719-llvm-7300963c66d2d386cdb64c26e35f74c72349a127.zip
Fix typo.
llvm-svn: 14720
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervals.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveIntervals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp
index 8c2558af787..12983a52e20 100644
--- a/llvm/lib/CodeGen/LiveIntervals.cpp
+++ b/llvm/lib/CodeGen/LiveIntervals.cpp
@@ -361,7 +361,7 @@ void LiveIntervals::handlePhysicalRegisterDef(MachineBasicBlock* mbb,
// If it is not dead on definition, it must be killed by a
// subsequent instruction. Hence its interval is:
- // [defSlot(def), useSlot(def)+1)
+ // [defSlot(def), useSlot(kill)+1)
do {
++mi;
baseIndex += InstrSlots::NUM;
OpenPOWER on IntegriCloud