diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-10 19:49:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-10 19:49:32 +0000 |
commit | fdeb4b3f1d5a17afdf9a9b3a27ea60bee5972ebd (patch) | |
tree | 93f1400817243b8b0dc39189235c74564df07caf /lib/CodeGen/StackSlotColoring.cpp | |
parent | bdb10fe0f6d0de760a8b040d531aa3ef3af6f4b7 (diff) |
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
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>(); |