blob: a6759fa04b5c1368cfba10a73a5a2371efe27ebe [file] [log] [blame]
Ulrich Weigandc3b495a2016-08-05 15:22:05 +00001; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s
2
3define double @test() {
4 ret double 1.000000e+00
5}
6
7@g = common global double 0.000000e+00, align 8
8
9define double @testitd() {
10 %g = load double, double* @g, align 8
11 ret double %g
12}
13