aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/fconst64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/fconst64.ll')
-rw-r--r--test/CodeGen/R600/fconst64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fconst64.ll b/test/CodeGen/R600/fconst64.ll
index 28e0c90..89af375 100644
--- a/test/CodeGen/R600/fconst64.ll
+++ b/test/CodeGen/R600/fconst64.ll
@@ -6,7 +6,7 @@
; CHECK-DAG: s_mov_b32 {{s[0-9]+}}, 0
define void @fconst_f64(double addrspace(1)* %out, double addrspace(1)* %in) {
- %r1 = load double addrspace(1)* %in
+ %r1 = load double, double addrspace(1)* %in
%r2 = fadd double %r1, 5.000000e+00
store double %r2, double addrspace(1)* %out
ret void