summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-07-08 10:35:52 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-07-08 10:35:52 +0000
commit7201a3e3bbe171072d2778ccc15c20299080d82c (patch)
tree40213c795d34a00d3237c9570276997b23150d76 /llvm/lib/Target
parentc7dbc630e536470c2a10ef20c38d256832d8204f (diff)
downloadbcm5719-llvm-7201a3e3bbe171072d2778ccc15c20299080d82c.tar.gz
bcm5719-llvm-7201a3e3bbe171072d2778ccc15c20299080d82c.zip
Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit scope of related enums
Added two lines that should have been in r212522. llvm-svn: 212523
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index 92deb3b56e3..44f18a8d1cb 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -2815,6 +2815,9 @@ bool MipsAsmParser::parseDirectiveModule() {
return false;
}
+ // Emit appropriate flags.
+ getTargetStreamer().emitDirectiveModuleFP(FpABI, isABI_O32());
+
return false;
}
OpenPOWER on IntegriCloud