summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/bic.ll
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-22 13:09:48 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-22 13:09:48 +0000
commit8966897524ae123abde1b97279d95ece6534df9d (patch)
tree7d97a73f405ac232002cacfebc86c01562b0880f /llvm/test/CodeGen/ARM/bic.ll
parentdf58afae56f3af415f012a4f6da6eb64ec904743 (diff)
downloadbcm5719-llvm-8966897524ae123abde1b97279d95ece6534df9d.tar.gz
bcm5719-llvm-8966897524ae123abde1b97279d95ece6534df9d.zip
Forgot to alter RUN line when converting to FileCheck.
llvm-svn: 89588
Diffstat (limited to 'llvm/test/CodeGen/ARM/bic.ll')
-rw-r--r--llvm/test/CodeGen/ARM/bic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/bic.ll b/llvm/test/CodeGen/ARM/bic.ll
index 5c6044dad7d..1dfd6278287 100644
--- a/llvm/test/CodeGen/ARM/bic.ll
+++ b/llvm/test/CodeGen/ARM/bic.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | grep {bic\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*} | count 2
+; RUN: llc < %s -march=arm | FileCheck %s
define i32 @f1(i32 %a, i32 %b) {
%tmp = xor i32 %b, 4294967295
OpenPOWER on IntegriCloud