summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/apint-call-cast-target.ll
blob: 6201c72d85ba4ebcebfd0c7bae38c1e1dc39869b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep call | not grep bitcast

target datalayout = "e-p:32:32"
target triple = "i686-pc-linux-gnu"

implementation   ; Functions:

define i32 @main() {
entry:
	%tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null )
	ret i32 %tmp
}

declare i7* @ctime(i999*)