diff options
Diffstat (limited to 'test/CodeGen/X86/2011-06-01-fildll.ll')
-rw-r--r-- | test/CodeGen/X86/2011-06-01-fildll.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-06-01-fildll.ll b/test/CodeGen/X86/2011-06-01-fildll.ll index 3a0b05f..30c7434 100644 --- a/test/CodeGen/X86/2011-06-01-fildll.ll +++ b/test/CodeGen/X86/2011-06-01-fildll.ll @@ -7,7 +7,7 @@ define float @f(i64* nocapture %x) nounwind readonly ssp { entry: ; CHECK: movl ; CHECK-NOT: movl - %tmp1 = load i64* %x, align 4 + %tmp1 = load i64, i64* %x, align 4 ; CHECK: fildll %conv = sitofp i64 %tmp1 to float %add = fadd float %conv, 1.000000e+00 |