From c6df9883da99915d1cfa491b381ffa703c61ed90 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 14 Apr 2011 01:11:51 +0000 Subject: Have the X86 back-end emit the alias instead of what's being aliased. In most cases, it's much nicer and more informative reading the alias. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129497 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/widen_conv-2.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/X86/widen_conv-2.ll') diff --git a/test/CodeGen/X86/widen_conv-2.ll b/test/CodeGen/X86/widen_conv-2.ll index 969cb512be..aa38d9fcb0 100644 --- a/test/CodeGen/X86/widen_conv-2.ll +++ b/test/CodeGen/X86/widen_conv-2.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s -; CHECK: movswl -; CHECK: movswl +; CHECK: movsx +; CHECK: movsx ; sign extension v2i32 to v2i16 -- cgit v1.2.3