From 1d1fe91a75df474462fdb46b921e0d20ef655864 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sun, 28 Jun 2015 23:28:07 +0200 Subject: [PATCH] * Add forgotten ChangeLog entry. From-SVN: r225107 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39209f0c4d8..bc061407545 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,16 @@ * config/c6x/c6x.c (try_rename_operands): Assert that regrename_do_replace returns true. +2015-06-28 Uros Bizjak + + * config/i386/i386.md (_ldx): Do not zero-extend non-Pmode + operand 2 here. Use copy_addr_to_reg to copy non-index + register operand 2 to a temporary. + (_stx): Ditto for operand 1. + (*_ldx, *_stx): Remove enclosing parallel. + * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here. + (ix86_store_bounds): Ditto. + 2015-06-27 Patrick Palka * print-tree.c (print_node) [TREE_VEC]: Print its length. -- 2.30.2