summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/promote.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/promote.ll')
-rw-r--r--test/CodeGen/X86/promote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/promote.ll b/test/CodeGen/X86/promote.ll
index 8b30dc718b..283f48cd37 100644
--- a/test/CodeGen/X86/promote.ll
+++ b/test/CodeGen/X86/promote.ll
@@ -20,7 +20,7 @@ entry:
; CHECK: shuff_f
define i32 @shuff_f(<4 x i8>* %A) {
entry:
-; CHECK: pshufb
+; CHECK: pmovzxbd
; CHECK: paddd
; CHECK: pshufb
%0 = load <4 x i8>* %A, align 8