summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/bic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/bic.ll')
-rw-r--r--test/CodeGen/ARM/bic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/bic.ll b/test/CodeGen/ARM/bic.ll
index b4ea433..b16dcc6 100644
--- a/test/CodeGen/ARM/bic.ll
+++ b/test/CodeGen/ARM/bic.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | count 2
+; RUN: llc < %s -march=arm | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | count 2
define i32 @f1(i32 %a, i32 %b) {
%tmp = xor i32 %b, 4294967295
OpenPOWER on IntegriCloud