mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 23:50:50 +00:00
commented out lines printing code after scheduling
llvm-svn: 1295
This commit is contained in:
parent
b1e6823bc1
commit
a39f918171
@ -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…
x
Reference in New Issue
Block a user