fix PR4963: folding insertvalue would sometimes turn a packed struct into
[llvm/avr.git] / test / Transforms / InstCombine / 2003-11-13-ConstExprCastCall.ll
blob8fc0f3471dfd8fad12c288d6e6474944317778f3
1 ; RUN: opt < %s -instcombine -S | grep call | notcast
3 declare void @free(i8*)
5 define void @test(i32* %X) {
6         call void (...)* bitcast (void (i8*)* @free to void (...)*)( i32* %X )          ; <i32>:1 [#uses=0]
7         ret void