Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte...
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.cpp
index dc3242c0f1c4d3f65e1623b0efbc9725b19ccda9..6c0c908ae7b06f0bdaaed06f014e2064c72262c0 100644 (file)
@@ -297,7 +297,7 @@ runOnMachineFunction(MachineFunction &MF)
 
     // Print a label for the basic block.
     if (I != MF.begin()) {
-      printBasicBlockLabel(I, true);
+      printBasicBlockLabel(I, true, true);
       O << '\n';
     }