summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-02 21:32:15 +0000
committerChris Lattner <sabre@nondot.org>2010-10-02 21:32:15 +0000
commitd47691460770c886cf2fdafaf0f53e0cd101ccf1 (patch)
treedfd95a58119a7d8c91c963f7afee8c6dc3f58e8e /test
parenteb6f5936a131e9a4cb1b7d67d02df09b95dd5ebc (diff)
fix a regression introduced in r115243, in which the instruction
backing int_x86_ssse3_pshuf_w got removed. This caused PR8280. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/X86/x86-32.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/X86/x86-32.s b/test/MC/X86/x86-32.s
index fd0fd750dfd..b2422847b2a 100644
--- a/test/MC/X86/x86-32.s
+++ b/test/MC/X86/x86-32.s
@@ -583,3 +583,5 @@ ljmp $0x7ace,$0x7ace
// CHECK: decl %eax # encoding: [0x48]
decl %eax
+// CHECK: pshufw $14, %mm4, %mm0 # encoding: [0x0f,0x70,0xc4,0x0e]
+pshufw $14, %mm4, %mm0