projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d1aab
)
Forgot to alter RUN line when converting to FileCheck.
author
Edward O'Callaghan
<eocallaghan@auroraux.org>
Sun, 22 Nov 2009 13:09:48 +0000
(13:09 +0000)
committer
Edward O'Callaghan
<eocallaghan@auroraux.org>
Sun, 22 Nov 2009 13:09:48 +0000
(13:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89588
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/bic.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/bic.ll
b/test/CodeGen/ARM/bic.ll
index 5c6044dad7d4f195cfca0155db7920a13d5f8d81..1dfd6278287d75a7cd4a5dbbcaf2d311340557c9 100644
(file)
--- 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