Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / test / CodeGen / X86 / weak.ll
1 ; RUN: llc < %s -march=x86
2 @a = extern_weak global i32             ; <i32*> [#uses=1]
3 @b = global i32* @a             ; <i32**> [#uses=0]
4