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