forked from OSchip/llvm-project
parent
3e5dd6d34c
commit
5a1e9bf72f
|
@ -0,0 +1,10 @@
|
|||
; RUN: llvm-as < %s | opt -raiseallocs -disable-output
|
||||
implementation ; Functions:
|
||||
|
||||
void %main() {
|
||||
%tmp.13 = call int (...)* %free( int 32 )
|
||||
%tmp.14 = cast int %tmp.13 to int*
|
||||
ret void
|
||||
}
|
||||
|
||||
declare int %free(...)
|
Loading…
Reference in New Issue