1 ; RUN: opt < %s -instcombine -S | \
2 ; RUN: grep call | not grep bitcast
4 target datalayout = "e-p:32:32"
5 target triple = "i686-pc-linux-gnu"
9 %tmp = call i32 bitcast (i8* (i32*)* @ctime to i32 (i32*)*)( i32* null ) ; <i32> [#uses=1]
13 declare i8* @ctime(i32*)