Reorder methods alphabetically. No functionality change.
[oota-llvm.git] / 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>();