mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Use the standard MachineFunction::print() after SlotIndexes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25dae8f4a3
commit
1ce6a36610
@ -106,7 +106,7 @@ bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {
|
||||
// Sort the Idx2MBBMap
|
||||
std::sort(idx2MBBMap.begin(), idx2MBBMap.end(), Idx2MBBCompare());
|
||||
|
||||
DEBUG(dump());
|
||||
DEBUG(mf->print(dbgs(), this));
|
||||
|
||||
// And we're done!
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user