Pull out this predicate loop into a helper function.
[oota-llvm.git] / test / Linker / 2003-10-21-ConflictingTypesTolerance.ll
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo { %S = type \[8 x i32\] external global %S } | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep %S | grep \\{
4 %S = type { i32 }
5
6