From 6b2b26c6f2cb43655add9520a683dd2157af2a2f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Jul 2004 21:54:22 +0000 Subject: Fix broken -debug printing llvm-svn: 15115 --- llvm/lib/CodeGen/LiveIntervals.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/LiveIntervals.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp index 35bbf081cb0..95b9ff46bf9 100644 --- a/llvm/lib/CodeGen/LiveIntervals.cpp +++ b/llvm/lib/CodeGen/LiveIntervals.cpp @@ -306,6 +306,7 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock* mbb, assert(vi.AliveBlocks.empty() && "Shouldn't be alive across any blocks!"); interval.addRange(defIndex, killIdx); + DEBUG(std::cerr << "\n"); return; } } -- cgit v1.2.3