diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/trunc-ext-ld-st.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/trunc-ext-ld-st.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll b/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll index b981871d94b..8de6297906c 100644 --- a/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll +++ b/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll @@ -20,7 +20,7 @@ define void @load_2_i8(<2 x i8>* %A) { ; Read 32-bits ;CHECK: pmovzxwq ;CHECK: paddq -;CHECK: pshufb +;CHECK: pshufd ;CHECK: movd ;CHECK: ret define void @load_2_i16(<2 x i16>* %A) { |