diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-09 11:25:27 +0000 | 
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-07-09 11:25:27 +0000 | 
| commit | 7300963c66d2d386cdb64c26e35f74c72349a127 (patch) | |
| tree | e4d40277b691342cc9438abc8be822c987869ea9 /llvm/lib/CodeGen | |
| parent | 132ece8925b5296ef04e1f1d900996b4d98d5097 (diff) | |
| download | bcm5719-llvm-7300963c66d2d386cdb64c26e35f74c72349a127.tar.gz bcm5719-llvm-7300963c66d2d386cdb64c26e35f74c72349a127.zip  | |
Fix typo.
llvm-svn: 14720
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervals.cpp | 2 | 
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;  | 

