aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/trap1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/trap1.ll')
-rw-r--r--test/CodeGen/Mips/trap1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/trap1.ll b/test/CodeGen/Mips/trap1.ll
index bfcd7fe..9075513 100644
--- a/test/CodeGen/Mips/trap1.ll
+++ b/test/CodeGen/Mips/trap1.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
+; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
declare void @llvm.trap()