this really shouldn't switch sections without telling the asmprinter, but
authorChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 21:57:00 +0000 (21:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 21:57:00 +0000 (21:57 +0000)
hey it uses .previous, so it should work :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78004 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp

index 2c5724e68a52866a6e1459e10cabf02006981800..7666eaba51b12b5a612cb208a3248f2366b8e5c0 100644 (file)
@@ -421,7 +421,7 @@ printFCCOperand(const MachineInstr *MI, int opNum, const char *Modifier) {
 }
 
 bool MipsAsmPrinter::doInitialization(Module &M) {
-  // FIXME: Use SwitchToDataSection.
+  // FIXME: Use SwitchToSection.
   
   // Tell the assembler which ABI we are using
   O << "\t.section .mdebug." << emitCurrentABIString() << '\n';