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:
Reid Spencer 2006-08-22 05:37:43 +00:00
parent 76b08d84c5
commit d989e6dcc9

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]