diff options
Diffstat (limited to 'test/CodeGen/X86/i64-mem-copy.ll')
-rw-r--r-- | test/CodeGen/X86/i64-mem-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/i64-mem-copy.ll b/test/CodeGen/X86/i64-mem-copy.ll index bf77896..21f8877 100644 --- a/test/CodeGen/X86/i64-mem-copy.ll +++ b/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 } |