1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

commented out lines printing code after scheduling

llvm-svn: 1295
This commit is contained in:
Ruchira Sasanka 2001-11-13 23:12:53 +00:00
parent b1e6823bc1
commit a39f918171

View File

@ -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