mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add a simple RUN line so this doesn't always fail. XFAIL this until
Rafael can get a chance to fix it. llvm-svn: 29809
This commit is contained in:
parent
0d39935a51
commit
1e2be093a5
@ -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…
Reference in New Issue
Block a user