summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips64fpldst.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-02-20 14:58:19 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-02-20 14:58:19 +0000
commit5a1449dab40149c6beb6aad0c96f21381942f242 (patch)
tree634835ba1deceecc1850056f80d9ba988a295191 /llvm/test/CodeGen/Mips/mips64fpldst.ll
parentf9e1e5e9a370b3cb8e3872d3100ae46382f4beeb (diff)
downloadbcm5719-llvm-5a1449dab40149c6beb6aad0c96f21381942f242.tar.gz
bcm5719-llvm-5a1449dab40149c6beb6aad0c96f21381942f242.zip
[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler.
Summary: This removes the need to coerce UnknownABI to the default ABI (O32 for MIPS32, N64 for MIPS64 [*]) in both MipsSubtarget and MipsAsmParser. Clang has been updated to disable both possible default ABI's before enabling the ABI it intends to use. [*] N64 being the default for MIPS64 is not actually correct. However N32 is not fully implemented/tested yet. Depends on: D2830 Reviewers: jacksprat, matheusalmeida Reviewed By: matheusalmeida Differential Revision: http://llvm-reviews.chandlerc.com/D2832 Differential Revision: http://llvm-reviews.chandlerc.com/D2846 llvm-svn: 201792
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64fpldst.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips64fpldst.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64fpldst.ll b/llvm/test/CodeGen/Mips/mips64fpldst.ll
index 24647b20bf2..368ab83514f 100644
--- a/llvm/test/CodeGen/Mips/mips64fpldst.ll
+++ b/llvm/test/CodeGen/Mips/mips64fpldst.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=CHECK-N64
-; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n32 | FileCheck %s -check-prefix=CHECK-N32
+; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=-n64,n64 | FileCheck %s -check-prefix=CHECK-N64
+; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=-n64,n32 | FileCheck %s -check-prefix=CHECK-N32
@f0 = common global float 0.000000e+00, align 4
@d0 = common global double 0.000000e+00, align 8
OpenPOWER on IntegriCloud