Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -march=x86
      2 
      3         %"struct.K::JL" = type <{ i8 }>
      4         %struct.jv = type { i64 }
      5 
      6 declare fastcc i64 @f(i32, %"struct.K::JL"*, i8*, i8*, %struct.jv*)
      7 
      8 define void @t(%"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args) {
      9 entry:
     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 }
     13