llvm-6502/test/Transforms/RaiseAllocations/2004-11-08-FreeUseCrash.ll

11 lines
231 B
LLVM
Raw Normal View History

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