diff options
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 4 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 28999d2149..db5a50c08c 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 diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 28999d2149..db5a50c08c 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/lib/Target/SparcV9/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 |