From a39f9181710f5a6e8d7f8b9c7573a3180131be80 Mon Sep 17 00:00:00 2001 From: Ruchira Sasanka Date: Tue, 13 Nov 2001 23:12:53 +0000 Subject: [PATCH] commented out lines printing code after scheduling llvm-svn: 1295 --- lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 28999d2149c..db5a50c08c5 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -1063,8 +1063,8 @@ void PhyRegAlloc::allocateRegisters() // before we call constructLiveRanges (now done in the constructor of // PhyRegAlloc class). - cout << "\n\n ******** AFTER SCHEDULING **********"; - MachineCodeForMethod::get(Meth).dump(); + //cout << "\n\n ******** AFTER SCHEDULING **********"; + //MachineCodeForMethod::get(Meth).dump(); constructLiveRanges(); // create LR info