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