summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/anyext.ll
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-05-06 21:07:02 +0000
committerNico Weber <nicolasweber@gmx.de>2016-05-06 21:07:02 +0000
commit9b32b4fbeeb6808ab098d09e964f63fe6c11b706 (patch)
treeed97fdf5f2db07d80d008134d0344a9aee4fa470 /llvm/test/CodeGen/X86/anyext.ll
parent719a864147e0fe6beb145424c8e9958a9ceb23d9 (diff)
downloadbcm5719-llvm-9b32b4fbeeb6808ab098d09e964f63fe6c11b706.tar.gz
bcm5719-llvm-9b32b4fbeeb6808ab098d09e964f63fe6c11b706.zip
Revert r268760, it caused PR27670.
llvm-svn: 268794
Diffstat (limited to 'llvm/test/CodeGen/X86/anyext.ll')
-rw-r--r--llvm/test/CodeGen/X86/anyext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/anyext.ll b/llvm/test/CodeGen/X86/anyext.ll
index 3c53983fe4e..0117932035d 100644
--- a/llvm/test/CodeGen/X86/anyext.ll
+++ b/llvm/test/CodeGen/X86/anyext.ll
@@ -39,7 +39,7 @@ define i32 @bar(i32 %p, i16 zeroext %x) nounwind {
; X64-LABEL: bar:
; X64: # BB#0:
; X64-NEXT: xorl %edx, %edx
-; X64-NEXT: movl %edi, %eax
+; X64-NEXT: movw %di, %ax
; X64-NEXT: divw %si
; X64-NEXT: andl $1, %eax
; X64-NEXT: retq
OpenPOWER on IntegriCloud