summaryrefslogtreecommitdiff
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.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/unord.ll b/test/CodeGen/ARM/unord.ll
index 149afc4aba..bd28034b3a 100644
--- a/test/CodeGen/ARM/unord.ll
+++ b/test/CodeGen/ARM/unord.ll
@@ -1,5 +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: llc < %s -march=arm | grep movne | count 1
+; RUN: llc < %s -march=arm | grep moveq | count 1
define i32 @f1(float %X, float %Y) {
%tmp = fcmp uno float %X, %Y