Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / Linker / 2003-08-28-TypeResolvesGlobal.ll
blob5526b87ce77df5907c0882e961a290b3ecc19314
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo "%S = type i32" | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
5 %S = type opaque
7 define void @foo(i32* %V) {
8         ret void
11 declare void @foo.upgrd.1(%S*)