Add support for the __sync_sub_and_fetch atomics and friends for X86. The code
[oota-llvm.git] / test / CodeGen / X86 / weak.ll
1 ; RUN: llvm-as < %s | llc -march=x86
2 @a = extern_weak global i32             ; <i32*> [#uses=1]
3 @b = global i32* @a             ; <i32**> [#uses=0]
4