* Add forgotten ChangeLog entry.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 28 Jun 2015 21:28:07 +0000 (23:28 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 28 Jun 2015 21:28:07 +0000 (23:28 +0200)
From-SVN: r225107

gcc/ChangeLog

index 39209f0c4d8ded7c33437ae86020d929073fcc16..bc0614075459829b8a1fa175238c42c1fb0f3174 100644 (file)
        * config/c6x/c6x.c (try_rename_operands): Assert that
        regrename_do_replace returns true.
 
+2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md (<mode>_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.
+       (<mode>_stx): Ditto for operand 1.
+       (*<mode>_ldx, *<mode>_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  <ppalka@gcc.gnu.org>
 
        * print-tree.c (print_node) [TREE_VEC]: Print its length.