summaryrefslogtreecommitdiff
path: root/test/CodeGen
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
commitde9b6b1cd5d2aa9215b909181f110a5269fa030d (patch)
tree140386c8d9ac8e5b7b05edc1a49d7595f54c9c90 /test/CodeGen
parent85d1aab444f0c8358b5941cda762235731e53a9c (diff)
downloadllvm-de9b6b1cd5d2aa9215b909181f110a5269fa030d.tar.gz
llvm-de9b6b1cd5d2aa9215b909181f110a5269fa030d.tar.bz2
llvm-de9b6b1cd5d2aa9215b909181f110a5269fa030d.tar.xz
Forgot to alter RUN line when converting to FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-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 5c6044dad7..1dfd627828 100644
--- a/test/CodeGen/ARM/bic.ll
+++ b/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