mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 15:22:29 +00:00
Add a simple RUN line so this doesn't always fail. XFAIL this until
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
This commit is contained in:
parent
76b08d84c5
commit
d989e6dcc9
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user