Change llc command line for register allocators
[oota-llvm.git] / test / Assembler / 2002-12-15-GlobalResolve.ll
1
2
3 %X = external global %T* 
4 %X = external global int *
5
6 %T = type int
7
8
9 implementation
10