commented out lines printing code after scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1295 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
index 28999d2..db5a50c 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -1063,8 +1063,8 @@
// 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
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index 28999d2..db5a50c 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@ -1063,8 +1063,8 @@
// 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