1
0
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:
Reid Spencer 2006-08-22 05:37:43 +00:00
parent 0d39935a51
commit 1e2be093a5

View File

@ -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]