From b6c215b63ffd36eee5bc2850140a32b48123b2d6 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 23 Oct 2009 05:58:34 +0000 Subject: Update tests for 84931. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84932 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/sse3.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/X86/sse3.ll') diff --git a/test/CodeGen/X86/sse3.ll b/test/CodeGen/X86/sse3.ll index f43e5a34ae..6319cb887a 100644 --- a/test/CodeGen/X86/sse3.ll +++ b/test/CodeGen/X86/sse3.ll @@ -168,11 +168,11 @@ define internal void @t10() nounwind { ret void ; X64: t10: ; X64: pextrw $4, %xmm0, %eax +; X64: pextrw $6, %xmm0, %edx ; X64: movlhps %xmm1, %xmm1 ; X64: pshuflw $8, %xmm1, %xmm1 ; X64: pinsrw $2, %eax, %xmm1 -; X64: pextrw $6, %xmm0, %eax -; X64: pinsrw $3, %eax, %xmm1 +; X64: pinsrw $3, %edx, %xmm1 } -- cgit v1.2.3