Removed spurious EnablePPCRS check.
[oota-llvm.git] / lib / Target / CellSPU / SPUAsmPrinter.cpp
index d96ec9dac1a05e1ed6b7bdbcc6c31b63fdb6b40c..f627896f6b8999b615c77aafe47b9f38ccfe9c19 100644 (file)
@@ -460,7 +460,7 @@ LinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF)
        I != E; ++I) {
     // Print a label for the basic block.
     if (I != MF.begin()) {
-      printBasicBlockLabel(I, true);
+      printBasicBlockLabel(I, true, true);
       O << '\n';
     }
     for (MachineBasicBlock::const_iterator II = I->begin(), E = I->end();