diff options
Diffstat (limited to 'lib/CodeGen/StackSlotColoring.cpp')
-rw-r--r-- | lib/CodeGen/StackSlotColoring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp index c6ec9f5e6c..6d0e2148c5 100644 --- a/lib/CodeGen/StackSlotColoring.cpp +++ b/lib/CodeGen/StackSlotColoring.cpp @@ -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>(); |