pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / Transforms / RaiseAllocations / 2004-11-08-FreeUseCrash.ll
blob75e02e84fac97e479fa5e0a12e9dcd4905893b27
1 ; RUN: opt < %s -raiseallocs -disable-output
3 define void @main() {
4         %tmp.13 = call i32 (...)* @free( i32 32 )               ; <i32> [#uses=1]
5         %tmp.14 = inttoptr i32 %tmp.13 to i32*          ; <i32*> [#uses=0]
6         ret void
9 declare i32 @free(...)