[x86] Add some important, missing test coverage for blending from one
[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