Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / X86 / rip-rel-address.ll
blob2c0926a6544300e5d18da25a587cf989e7de8e4c
1 ; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep {a(%rip)}
3 @a = internal global double 3.4
4 define double @foo() nounwind {
5   %a = load double* @a
6   ret double %a