summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/unord.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/unord.ll')
-rw-r--r--test/CodeGen/Thumb/unord.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/unord.ll b/test/CodeGen/Thumb/unord.ll
index 4202d26..39458ae 100644
--- a/test/CodeGen/Thumb/unord.ll
+++ b/test/CodeGen/Thumb/unord.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=thumb | grep bne | count 1
-; RUN: llvm-as < %s | llc -march=thumb | grep beq | count 1
+; RUN: llc < %s -march=thumb | grep bne | count 1
+; RUN: llc < %s -march=thumb | grep beq | count 1
define i32 @f1(float %X, float %Y) {
%tmp = fcmp uno float %X, %Y
OpenPOWER on IntegriCloud