diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/i64-mem-copy.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/i64-mem-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/i64-mem-copy.ll b/llvm/test/CodeGen/X86/i64-mem-copy.ll index bf778968c89..21f88779cf5 100644 --- a/llvm/test/CodeGen/X86/i64-mem-copy.ll +++ b/llvm/test/CodeGen/X86/i64-mem-copy.ll @@ -11,7 +11,7 @@ define void @foo(i64* %x, i64* %y) nounwind { entry: - %tmp1 = load i64* %y, align 8 ; <i64> [#uses=1] + %tmp1 = load i64, i64* %y, align 8 ; <i64> [#uses=1] store i64 %tmp1, i64* %x, align 8 ret void } |