diff test/CodeGen/X86/2011-06-01-fildll.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children 803732b1fca8
line wrap: on
line diff
--- a/test/CodeGen/X86/2011-06-01-fildll.ll	Wed Feb 18 14:56:07 2015 +0900
+++ b/test/CodeGen/X86/2011-06-01-fildll.ll	Tue Oct 13 17:48:58 2015 +0900
@@ -7,7 +7,7 @@
 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