mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 01:26:41 +00:00
Disambiguate else.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b742b25897
commit
75e818ad2f
@ -347,11 +347,12 @@ void MipsAsmPrinter::EmitStartOfAsmFile(Module &M) {
|
||||
OutStreamer.EmitRawText("\t.section .mdebug." + Twine(getCurrentABIString()));
|
||||
|
||||
// TODO: handle O64 ABI
|
||||
if (Subtarget->isABI_EABI())
|
||||
if (Subtarget->isABI_EABI()) {
|
||||
if (Subtarget->isGP32bit())
|
||||
OutStreamer.EmitRawText(StringRef("\t.section .gcc_compiled_long32"));
|
||||
else
|
||||
OutStreamer.EmitRawText(StringRef("\t.section .gcc_compiled_long64"));
|
||||
}
|
||||
|
||||
// return to previous section
|
||||
OutStreamer.EmitRawText(StringRef("\t.previous"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user