blob: 2c0926a6544300e5d18da25a587cf989e7de8e4c [file] [log] [blame]
Dan Gohmane254f322009-03-14 02:33:41 +00001; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep {a(%rip)}
2
3@a = internal global double 3.4
4define double @foo() nounwind {
5 %a = load double* @a
6 ret double %a
7}