this really shouldn't switch sections without telling the asmprinter, but

hey it uses .previous, so it should work :)

llvm-svn: 78004
This commit is contained in:
Chris Lattner 2009-08-03 21:57:00 +00:00
parent ec9bc28812
commit feb01a100b
1 changed files with 1 additions and 1 deletions

View 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';