diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-22 13:09:48 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-22 13:09:48 +0000 |
| commit | 8966897524ae123abde1b97279d95ece6534df9d (patch) | |
| tree | 7d97a73f405ac232002cacfebc86c01562b0880f /llvm/test/CodeGen | |
| parent | df58afae56f3af415f012a4f6da6eb64ec904743 (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | llvm/test/CodeGen/ARM/bic.ll | 2 |
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 |

