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 | 7ce10037c40daf979697b56cfb1c550908776545 (patch) | |
tree | 089063b44b0f341a7941c37ed1d87e3071bee9af /llvm/lib/CodeGen/StackSlotColoring.cpp | |
parent | 45fdeb6c3f50bc60c3cb2537ed6df341960df93b (diff) | |
download | bcm5719-llvm-7ce10037c40daf979697b56cfb1c550908776545.tar.gz bcm5719-llvm-7ce10037c40daf979697b56cfb1c550908776545.zip |
Make stack slot coloring's debug output more consistent with
other passes.
llvm-svn: 53415
Diffstat (limited to 'llvm/lib/CodeGen/StackSlotColoring.cpp')
-rw-r--r-- | llvm/lib/CodeGen/StackSlotColoring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp index c6ec9f5e6cf..6d0e2148c59 100644 --- a/llvm/lib/CodeGen/StackSlotColoring.cpp +++ b/llvm/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>(); |