From 7300963c66d2d386cdb64c26e35f74c72349a127 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Fri, 9 Jul 2004 11:25:27 +0000 Subject: Fix typo. llvm-svn: 14720 --- llvm/lib/CodeGen/LiveIntervals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') 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; -- cgit v1.2.3