diff options
Diffstat (limited to 'test/CodeGen/X86/sse3.ll')
-rw-r--r-- | test/CodeGen/X86/sse3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse3.ll b/test/CodeGen/X86/sse3.ll index 6d5b192..18bdcb3 100644 --- a/test/CodeGen/X86/sse3.ll +++ b/test/CodeGen/X86/sse3.ll @@ -209,7 +209,7 @@ entry: ; X64-LABEL: t13: ; X64: punpcklqdq %xmm0, %xmm1 ; X64: pextrw $3, %xmm1, %eax -; X64: pshufd $52, %xmm1, %xmm0 +; X64: pshufhw $12, %xmm1, %xmm0 ; X64: pinsrw $4, %eax, %xmm0 ; X64: ret } |