]> git.ipfire.org Git - thirdparty/gcc.git/commit
print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.
authorZack Weinberg <zack@gcc.gnu.org>
Sun, 2 Nov 2003 19:47:57 +0000 (19:47 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 2 Nov 2003 19:47:57 +0000 (19:47 +0000)
commit9a623a652b10e948687b0e86944d4555b07b76c0
tree73e06e18b44469f105c8381c8c58d1964958fc73
parent634879c891f064bd93eeca377d7654d04c8ce936
print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.

* print-rtl.c (print_rtx): Call PRINT_REG with second argument -1.
* config/i386/i386.c (print_reg): Abort on a virtual register
if code != -1; not if file == asm_out_file.
* config/i386/i386.h (PRINT_REG): Document meaning of CODE == -1.
(DEBUG_PRINT_REG): Delete, unused.

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