Missing a getNumOperands check.
[oota-llvm.git] / test / CodeGen / X86 / 2007-11-01-ISelCrash.ll
1         %"struct.K::JL" = type <{ i8 }>
2         %struct.jv = type { i64 }
3
4 declare fastcc i64 @f(i32, %"struct.K::JL"*, i8*, i8*, %struct.jv*)
5
6 define void @t(%"struct.K::JL"* %obj, i8* %name, i8* %sig, %struct.jv* %args) {
7 entry:
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 }