* print-rtl.c (print_rtx): For hard register, write out register
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Dec 2003 23:02:44 +0000 (23:02 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Dec 2003 23:02:44 +0000 (23:02 +0000)
commit474bb69266e48fa2fc86c33a12d3e22a6a5dc1bd
tree5f258284a00af9c99b77923dab2e2c78109e1b51
parent21eae472f23a43f52f12de5521850869a4ecdbb7
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75282 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/defaults.h
gcc/print-rtl.c