aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sse-align-5.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sse-align-5.ll')
-rw-r--r--test/CodeGen/X86/sse-align-5.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-5.ll b/test/CodeGen/X86/sse-align-5.ll
index 21cd231..a64b953 100644
--- a/test/CodeGen/X86/sse-align-5.ll
+++ b/test/CodeGen/X86/sse-align-5.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86-64 | grep movaps | count 1
define <2 x i64> @bar(<2 x i64>* %p) nounwind {
- %t = load <2 x i64>* %p
+ %t = load <2 x i64>, <2 x i64>* %p
ret <2 x i64> %t
}