i386.c (ix86_print_operand_address_as): Do not check index when encoding %esp as...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 28 Sep 2017 18:14:27 +0000 (20:14 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 28 Sep 2017 18:14:27 +0000 (20:14 +0200)
commit5f643b6f49f66ff4d6f18ff374d0418a5f36c3d0
tree78b10c27aaaf84de3497ac9ed25d3c1cff250be0
parent10e93cf5978ab63059438b2ea7e68d94e043db96
i386.c (ix86_print_operand_address_as): Do not check index when encoding %esp as %rsp to avoid 0x67 prefix.

* config/i386/i386.c (ix86_print_operand_address_as): Do not check
index when encoding %esp as %rsp to avoid 0x67 prefix.

From-SVN: r253260
gcc/ChangeLog
gcc/config/i386/i386.c