Fix problem executing the CBE
[oota-llvm.git] / test / Linker / 2003-01-30-LinkerTypeRename.ll
1 ; This fails because the linker renames the non-opaque type not the opaque 
2 ; one...
3
4 ; RUN: echo "%Ty = type opaque" | as > Output/%s.1.bc
5 ; RUN: as < %s > Output/%s.2.bc
6 ; RUN: link Output/%s.[12].bc | dis | grep '%Ty ' | grep -v opaque
7
8 %Ty = type int
9