summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/widen_conv-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_conv-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/widen_conv-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/widen_conv-2.ll b/llvm/test/CodeGen/X86/widen_conv-2.ll
index aa38d9fcb08..969cb512beb 100644
--- a/llvm/test/CodeGen/X86/widen_conv-2.ll
+++ b/llvm/test/CodeGen/X86/widen_conv-2.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
-; CHECK: movsx
-; CHECK: movsx
+; CHECK: movswl
+; CHECK: movswl
; sign extension v2i32 to v2i16
OpenPOWER on IntegriCloud