Hrm, don't ask how I ran into this bug

llvm-svn: 17640
This commit is contained in:
Chris Lattner 2004-11-09 05:06:23 +00:00
parent 3e5dd6d34c
commit 5a1e9bf72f
1 changed files with 10 additions and 0 deletions

View File

@ -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(...)