mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
commented out lines printing code after scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f221a2e0a8
commit
84dce16fb1
@ -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
|
||||
|
@ -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