summaryrefslogtreecommitdiff
path: root/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll
blob: 389047edc460632a559e500b6f0279920e247fea (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-upgrade < %s | llvm-as | 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(...)