Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / RaiseAllocations / 2004-11-08-FreeUseCrash.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | opt -raiseallocs -disable-output
2 implementation   ; Functions:
3
4 void %main() {
5         %tmp.13 = call int (...)* %free( int 32 )
6         %tmp.14 = cast int %tmp.13 to int*
7         ret void
8 }
9
10 declare int %free(...)