Couple of small changes. Delay Slot handle header declared.
Newline added after macros at function init on generated asm!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41157 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsAsmPrinter.cpp b/lib/Target/Mips/MipsAsmPrinter.cpp
index 563386b..48879ee 100644
--- a/lib/Target/Mips/MipsAsmPrinter.cpp
+++ b/lib/Target/Mips/MipsAsmPrinter.cpp
@@ -209,9 +209,9 @@
emitFrameDirective(MF);
emitMaskDirective(MF);
emitFMaskDirective();
-
emitSetDirective(NOREORDER);
emitSetDirective(NOMACRO);
+ O << "\n";
}
/// Emit the directives used by GAS on the end of functions