projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b525766
)
this really shouldn't switch sections without telling the asmprinter, but
author
Chris Lattner
<sabre@nondot.org>
Mon, 3 Aug 2009 21:57:00 +0000
(21:57 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
b/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
index 2c5724e68a52866a6e1459e10cabf02006981800..7666eaba51b12b5a612cb208a3248f2366b8e5c0 100644
(file)
--- a/
lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
+++ b/
lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
@@
-421,7
+421,7
@@
printFCCOperand(const MachineInstr *MI, int opNum, const char *Modifier) {
}
bool MipsAsmPrinter::doInitialization(Module &M) {
- // FIXME: Use SwitchTo
Data
Section.
+ // FIXME: Use SwitchToSection.
// Tell the assembler which ABI we are using
O << "\t.section .mdebug." << emitCurrentABIString() << '\n';