1 ; RUN: llvm-as <%s | opt -raiseallocs -stats -disable-output |& \
2 ; RUN: not grep {Number of allocations raised}
6 %tmp = load i16** %buffer, align 8
7 invoke i32(...)* @free(i16* %tmp)
8 to label %invcont unwind label %unwind
16 declare i32 @free(...)