forked from OSchip/llvm-project
commented out lines printing code after scheduling
llvm-svn: 1295
This commit is contained in:
parent
36f13d1c2f
commit
33c400f6a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue