aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/fptr2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/fptr2.ll')
-rw-r--r--test/CodeGen/Mips/fptr2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/fptr2.ll b/test/CodeGen/Mips/fptr2.ll
index 77028db..c8b5e0d 100644
--- a/test/CodeGen/Mips/fptr2.ll
+++ b/test/CodeGen/Mips/fptr2.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=static16
+; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=static16
; Function Attrs: nounwind
define double @my_mul(double %a, double %b) #0 {