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:
76b08d8
)
Add a simple RUN line so this doesn't always fail. XFAIL this until
author
Reid Spencer
<rspencer@reidspencer.com>
Tue, 22 Aug 2006 05:37:43 +0000
(
05:37
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Tue, 22 Aug 2006 05:37:43 +0000
(
05:37
+0000)
Rafael can get a chance to fix it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29809
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/select.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/select.ll
b/test/CodeGen/ARM/select.ll
index 71c5ebafe80bba5649d1110a6ccb44d8106825d4..beef6244f9de6df18be488601ca5bb13e0dc1c40 100644
(file)
--- a/
test/CodeGen/ARM/select.ll
+++ b/
test/CodeGen/ARM/select.ll
@@
-1,3
+1,5
@@
+; RUN llvm-as %s -o /dev/null -f
+; XFAIL: ALL
int %f(int %a) {
entry:
%tmp = seteq int %a, 4 ; <bool> [#uses=1]