blob: 704efd0ef8008b3855035df2e94a25c4acb59c71 [file] [log] [blame]
Evan Chengfd26c682007-11-02 17:36:58 +00001; RUN: llvm-as < %s | llc -march=x86
2
Evan Chenge7a87392007-11-02 01:26:22 +00003 %"struct.K::JL" = type <{ i8 }>
4 %struct.jv = type { i64 }
5
6declare fastcc i64 @f(i32, %"struct.K::JL"*, i8*, i8*, %struct.jv*)
7
8define void @t(%"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args) {
9entry:
10 %tmp5 = tail call fastcc i64 @f( i32 1, %"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args ) ; <i64> [#uses=0]
11 ret void
12}