summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-22 21:54:22 +0000
committerChris Lattner <sabre@nondot.org>2004-07-22 21:54:22 +0000
commit6b2b26c6f2cb43655add9520a683dd2157af2a2f (patch)
treef352c7f06d30640b4928281f852ce19ecb995878 /llvm/lib
parent8799dd9e2e0a7d8d552955c9c960fb30502b91b6 (diff)
downloadbcm5719-llvm-6b2b26c6f2cb43655add9520a683dd2157af2a2f.tar.gz
bcm5719-llvm-6b2b26c6f2cb43655add9520a683dd2157af2a2f.zip
Fix broken -debug printing
llvm-svn: 15115
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LiveIntervals.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}
}
OpenPOWER on IntegriCloud