Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32...
[oota-llvm.git] / test / Assembler / 2003-06-30-RecursiveTypeProblem.ll
1 ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3
4 %MidFnTy = type void (void (%MidFnTy* )*)
5
6 implementation
7