From 833a1f9b55eefca50b09e79169ff486879717d62 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Sat, 18 Aug 2007 02:05:24 +0000 Subject: Couple of small changes. Delay Slot handle header declared. Newline added after macros at function init on generated asm! llvm-svn: 41157 --- llvm/lib/Target/Mips/MipsAsmPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/Mips/MipsAsmPrinter.cpp') diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp b/llvm/lib/Target/Mips/MipsAsmPrinter.cpp index 563386be131..48879ee3e38 100644 --- a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp +++ b/llvm/lib/Target/Mips/MipsAsmPrinter.cpp @@ -209,9 +209,9 @@ emitFunctionStart(MachineFunction &MF) emitFrameDirective(MF); emitMaskDirective(MF); emitFMaskDirective(); - emitSetDirective(NOREORDER); emitSetDirective(NOMACRO); + O << "\n"; } /// Emit the directives used by GAS on the end of functions -- cgit v1.2.3