summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/bic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/bic.ll')
-rw-r--r--test/CodeGen/Alpha/bic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/bic.ll b/test/CodeGen/Alpha/bic.ll
index 6e63511..9f00350 100644
--- a/test/CodeGen/Alpha/bic.ll
+++ b/test/CodeGen/Alpha/bic.ll
@@ -1,5 +1,5 @@
; Make sure this testcase codegens to the bic instruction
-; RUN: llvm-as < %s | llc -march=alpha | grep {bic}
+; RUN: llc < %s -march=alpha | grep {bic}
define i64 @bar(i64 %x, i64 %y) {
entry:
OpenPOWER on IntegriCloud