diff options
Diffstat (limited to 'test/CodeGen/X86/dont-trunc-store-double-to-float.ll')
-rw-r--r-- | test/CodeGen/X86/dont-trunc-store-double-to-float.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dont-trunc-store-double-to-float.ll b/test/CodeGen/X86/dont-trunc-store-double-to-float.ll index 24d9533..8a334d2 100644 --- a/test/CodeGen/X86/dont-trunc-store-double-to-float.ll +++ b/test/CodeGen/X86/dont-trunc-store-double-to-float.ll @@ -10,7 +10,7 @@ entry-block: %b = alloca float store double 3.140000e+00, double* %a - %0 = load double* %a + %0 = load double, double* %a %1 = fptrunc double %0 to float |