diff options
Diffstat (limited to 'test/CodeGen/ARM/big-endian-ret-f64.ll')
-rw-r--r-- | test/CodeGen/ARM/big-endian-ret-f64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/big-endian-ret-f64.ll b/test/CodeGen/ARM/big-endian-ret-f64.ll index 614bfc0..f83e086 100644 --- a/test/CodeGen/ARM/big-endian-ret-f64.ll +++ b/test/CodeGen/ARM/big-endian-ret-f64.ll @@ -6,7 +6,7 @@ define double @fn() { ; CHECK: ldr r0, [sp] ; CHECK: ldr r1, [sp, #4] %r = alloca double, align 8 - %1 = load double* %r, align 8 + %1 = load double, double* %r, align 8 ret double %1 } |