blob: 8994bf9981d8330a6e1fd629715212be0c26226f [file] [log] [blame]
Evan Chenge7a87392007-11-02 01:26:22 +00001 %"struct.K::JL" = type <{ i8 }>
2 %struct.jv = type { i64 }
3
4declare fastcc i64 @f(i32, %"struct.K::JL"*, i8*, i8*, %struct.jv*)
5
6define void @t(%"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args) {
7entry:
8 %tmp5 = tail call fastcc i64 @f( i32 1, %"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args ) ; <i64> [#uses=0]
9 ret void
10}