diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_conv-2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_conv-2.ll | 4 |
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 27a36df51f1..906f7cdafb9 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=+sse4.2 | FileCheck %s -; CHECK: cwtl -; CHECK: cwtl +; CHECK: {{cwtl|movswl}} +; CHECK: {{cwtl|movswl}} ; sign extension v2i32 to v2i16 |