commented out lines printing code after scheduling
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Tue, 13 Nov 2001 23:12:53 +0000 (23:12 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Tue, 13 Nov 2001 23:12:53 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1295 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp

index 28999d2149c631f0c7ff4c41c57e014e7b6790b1..db5a50c08c5ca4d53a62577fb2f18e72db8cb4e6 100644 (file)
@@ -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
index 28999d2149c631f0c7ff4c41c57e014e7b6790b1..db5a50c08c5ca4d53a62577fb2f18e72db8cb4e6 100644 (file)
@@ -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