diff options
author | Jan Hubicka <jh@suse.cz> | 2002-06-04 19:32:59 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-06-04 17:32:59 +0000 |
commit | 63f4a88e2873b14f843f02a0aeb4c8de73c51f57 (patch) | |
tree | 2c86c9a05e23b1ae6c7c454f4735a7512ecc5a18 /gcc/cfglayout.c | |
parent | a5d1f75b65ba49002e3d84312c4b0120f84b4121 (diff) | |
download | gcc-63f4a88e2873b14f843f02a0aeb4c8de73c51f57.zip gcc-63f4a88e2873b14f843f02a0aeb4c8de73c51f57.tar.gz gcc-63f4a88e2873b14f843f02a0aeb4c8de73c51f57.tar.bz2 |
Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>
* cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
* final.c (final_scan_insn): Likewise.
* ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
* haifa-sched.c (unlink_other_notes): Likeewise.
(reemit_notes): Likewise.
* print-rtl.c (print_rtx): Likewise.
* sched-deps (sched-analyze): Likewise.
* rtl.c (note_insn_name): Likewise.
* rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
(enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
(RANGE_*): Kill.
From-SVN: r54250
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 0c648b6..83bc6b7 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -779,8 +779,6 @@ duplicate_insn_chain (from, to) reordering is in the progress. */ case NOTE_INSN_EH_REGION_BEG: case NOTE_INSN_EH_REGION_END: - case NOTE_INSN_RANGE_BEG: - case NOTE_INSN_RANGE_END: /* Should never exist at BB duplication time. */ abort (); break; |