aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2012-05-19-avx2-store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2012-05-19-avx2-store.ll')
-rw-r--r--test/CodeGen/X86/2012-05-19-avx2-store.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-05-19-avx2-store.ll b/test/CodeGen/X86/2012-05-19-avx2-store.ll
index 1c1e8e2..61fef90 100644
--- a/test/CodeGen/X86/2012-05-19-avx2-store.ll
+++ b/test/CodeGen/X86/2012-05-19-avx2-store.ll
@@ -3,7 +3,8 @@
define void @double_save(<4 x i32>* %Ap, <4 x i32>* %Bp, <8 x i32>* %P) nounwind ssp {
entry:
; CHECK: vmovaps
- ; CHECK: vinsertf128 $1, ([[A0:%rdi|%rsi]]),
+ ; CHECK: vmovaps
+ ; CHECK: vinsertf128
; CHECK: vmovups
%A = load <4 x i32>* %Ap
%B = load <4 x i32>* %Bp