diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 4 |
1 files changed, 2 insertions, 2 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 |