fix test to not get a moduleid that matches 'br'
[llvm/avr.git] / test / Linker / 2008-06-26-AddressSpace.ll
blob0847bb5839c9dcd3a4937d33196caed0476052c6
1 ; Test linking two functions with different prototypes and two globals 
2 ; in different modules.
3 ; RUN: llvm-as %s -o %t.foo1.bc
4 ; RUN: echo | llvm-as -o %t.foo2.bc
5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc | llvm-dis | grep {addrspace(2)}
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc | llvm-dis | grep {addrspace(2)}
7 ; rdar://6038021
9 @G = addrspace(2) global i32 256