2006-12-02 04:23:10 +00:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | opt -raiseallocs -disable-output
|
2004-11-09 05:06:23 +00:00
|
|
|
implementation ; Functions:
|
|
|
|
|
|
|
|
void %main() {
|
|
|
|
%tmp.13 = call int (...)* %free( int 32 )
|
|
|
|
%tmp.14 = cast int %tmp.13 to int*
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
|
|
|
declare int %free(...)
|