summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2003-11-13-ConstExprCastCall.ll
blob: f35f59f7655afc7b685570e392b14a553e1893ef (plain)
1
2
3
4
5
6
7
8
; RUN: opt %s -instcombine | llvm-dis | grep call | notcast

declare void @free(i8*)

define void @test(i32* %X) {
        call void (...)* bitcast (void (i8*)* @free to void (...)*)( i32* %X )          ; <i32>:1 [#uses=0]
        ret void
}
OpenPOWER on IntegriCloud