Make stack slot coloring's debug output more consistent with
authorDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 19:49:32 +0000 (19:49 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 19:49:32 +0000 (19:49 +0000)
other passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackSlotColoring.cpp

index c6ec9f5e6cf05f111082d582bf971e5483d6c3c8..6d0e2148c59b1dc3f62e20048572e6546bf9a11c 100644 (file)
@@ -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>();