print-rtl.c (print_rtx): For hard register...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Wed, 31 Dec 2003 23:02:44 +0000 (23:02 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 31 Dec 2003 23:02:44 +0000 (18:02 -0500)
commita55f4481282f3274a0712e2a1e0b80ee54b987c9
tree5f258284a00af9c99b77923dab2e2c78109e1b51
parenta5a8386f2d409144f400bd73d675f21e1b2396e8
print-rtl.c (print_rtx): For hard register...

* print-rtl.c (print_rtx): For hard register, write out register
number and register name instead of calling PRINT_REG.
* defaults.h (PRINT_REG): Deleted.
* config/i386/i386.c (print_reg): Remove handling of CODE of -1.
Move comments here from i386.h.
(print_operand, print_operand_address): Call print_reg directly.
* config/i386/i386.h (PRINT_REG): Deleted.

From-SVN: r75282
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/defaults.h
gcc/print-rtl.c