blob: 77097caf29e0d5777ba73b37be3be758b180fe4a [file] [log] [blame]
Reid Spencer3da59db2006-11-27 01:05:10 +00001; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep call | not grep bitcast
Andrew Lenharth3b9adf82006-04-20 14:54:17 +00002
3target endian = little
4target pointersize = 32
5target triple = "i686-pc-linux-gnu"
6
7implementation ; Functions:
8
9int %main() {
10entry:
11 %tmp = call int cast (sbyte* (int*)* %ctime to int (int*)*)( int* null )
12 ret int %tmp
13}
14
15declare sbyte* %ctime(int*)