summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips64-libcall.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-05-08 00:57:22 +0000
committerEric Christopher <echristo@gmail.com>2015-05-08 00:57:22 +0000
commit81fa35ca244c17e3ee2db4e3e6cb99e48ecc31d6 (patch)
treef1b1170ca3f04c6dcb6a19ea9356306a3d27b0f8 /llvm/test/CodeGen/Mips/mips64-libcall.ll
parent8a1f76936c45e5a529f29e50488e6755de8c53c2 (diff)
downloadbcm5719-llvm-81fa35ca244c17e3ee2db4e3e6cb99e48ecc31d6.tar.gz
bcm5719-llvm-81fa35ca244c17e3ee2db4e3e6cb99e48ecc31d6.zip
Now that we have a soft-float attribute, use it instead of the
hard coded command line option for the Mips soft float tests. llvm-svn: 236801
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64-libcall.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips64-libcall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64-libcall.ll b/llvm/test/CodeGen/Mips/mips64-libcall.ll
index 290baafd18b..8512e9fcb72 100644
--- a/llvm/test/CodeGen/Mips/mips64-libcall.ll
+++ b/llvm/test/CodeGen/Mips/mips64-libcall.ll
@@ -1,6 +1,6 @@
; RUN: llc -march=mips64el -mcpu=mips64r2 -O3 < %s |\
; RUN: FileCheck %s -check-prefix=HARD
-; RUN: llc -march=mips64el -mcpu=mips64r2 -soft-float < %s |\
+; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=+soft-float < %s |\
; RUN: FileCheck %s -check-prefix=SOFT
; Check that %add is not passed in an integer register.
OpenPOWER on IntegriCloud