PR736 has already been fixed. Remove XFAIL marker.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-05-17 20:21:44 +00:00
parent 1b6ab320bb
commit eba0bf5aff

View File

@ -1,9 +1,6 @@
; PR672
; RUN: llvm-as < %s | lli
; This doesn't work on darwin/x86, xfail until PR736 is resolved.
; XFAIL: i686-apple-darwin
int %main(){
%f = cast int (int, int*, int)* %check_tail to int*
%res = tail call fastcc int %check_tail( int 10, int* %f,int 10)