print-rtl.c (print_rtx): Only print note line number as string if between NOTE_INSN_B...
authorJakub Jelinek <jakub@redhat.com>
Thu, 18 May 2000 19:26:57 +0000 (21:26 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 18 May 2000 19:26:57 +0000 (21:26 +0200)
commit21835d9b748ef5ba14a7a3211396f5f6513d34ac
tree1d5bfe1f38ef5a58130438ff64a1920ee2f4a73c
parent099049da9b2347df704c4221855ff64d08432bca
print-rtl.c (print_rtx): Only print note line number as string if between NOTE_INSN_BIAS and NOTE_INSN_MAX.

* print-rtl.c (print_rtx): Only print note line number as string
if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
* final.c (final_scan_insn): Do nothing for note line number 0.

From-SVN: r33997
gcc/ChangeLog
gcc/final.c
gcc/print-rtl.c