aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/unord.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/unord.ll')
-rw-r--r--test/CodeGen/ARM/unord.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/unord.ll b/test/CodeGen/ARM/unord.ll
index e177423..149afc4 100644
--- a/test/CodeGen/ARM/unord.ll
+++ b/test/CodeGen/ARM/unord.ll
@@ -1,7 +1,5 @@
; RUN: llvm-as < %s | llc -march=arm | grep movne | count 1
; RUN: llvm-as < %s | llc -march=arm | grep moveq | count 1
-; RUN: llvm-as < %s | llc -march=thumb | grep bne | count 1
-; RUN: llvm-as < %s | llc -march=thumb | grep beq | count 1
define i32 @f1(float %X, float %Y) {
%tmp = fcmp uno float %X, %Y