| commit | 8966897524ae123abde1b97279d95ece6534df9d | [log] [tgz] |
|---|---|---|
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Nov 22 13:09:48 2009 +0000 |
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Nov 22 13:09:48 2009 +0000 |
| tree | 7d97a73f405ac232002cacfebc86c01562b0880f | |
| parent | df58afae56f3af415f012a4f6da6eb64ec904743 [diff] [blame] |
Forgot to alter RUN line when converting to FileCheck. llvm-svn: 89588
diff --git a/llvm/test/CodeGen/ARM/bic.ll b/llvm/test/CodeGen/ARM/bic.ll index 5c6044d..1dfd627 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