diff options
Diffstat (limited to 'test/CodeGen/X86/fp-double-rounding.ll')
-rw-r--r-- | test/CodeGen/X86/fp-double-rounding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-double-rounding.ll b/test/CodeGen/X86/fp-double-rounding.ll index 030cb9a..c7578ac 100644 --- a/test/CodeGen/X86/fp-double-rounding.ll +++ b/test/CodeGen/X86/fp-double-rounding.ll @@ -11,7 +11,7 @@ target triple = "x86_64--" ; UNSAFE-NOT: cvt define void @double_rounding(fp128* %x, float* %f) { entry: - %0 = load fp128* %x, align 16 + %0 = load fp128, fp128* %x, align 16 %1 = fptrunc fp128 %0 to double %2 = fptrunc double %1 to float store float %2, float* %f, align 4 |