summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/cmov.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/cmov.ll')
-rw-r--r--test/CodeGen/Alpha/cmov.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/cmov.ll b/test/CodeGen/Alpha/cmov.ll
index 08e1dad..9b655f0 100644
--- a/test/CodeGen/Alpha/cmov.ll
+++ b/test/CodeGen/Alpha/cmov.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=alpha | not grep cmovlt
-; RUN: llvm-as < %s | llc -march=alpha | grep cmoveq
+; RUN: llc < %s -march=alpha | not grep cmovlt
+; RUN: llc < %s -march=alpha | grep cmoveq
define i64 @cmov_lt(i64 %a, i64 %c) {
entry:
OpenPOWER on IntegriCloud