mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Make stack slot coloring's debug output more consistent with
other passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdb10fe0f6
commit
fdeb4b3f1d
@ -242,7 +242,7 @@ bool StackSlotColoring::ColorSlots(MachineFunction &MF) {
|
||||
}
|
||||
|
||||
bool StackSlotColoring::runOnMachineFunction(MachineFunction &MF) {
|
||||
DOUT << "******** Stack Slot Coloring ********\n";
|
||||
DOUT << "********** Stack Slot Coloring **********\n";
|
||||
|
||||
MFI = MF.getFrameInfo();
|
||||
LS = &getAnalysis<LiveStacks>();
|
||||
|
Loading…
Reference in New Issue
Block a user