diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-11 13:45:09 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-11 13:45:09 -0700 |
commit | dddba20582b31693ee7b83ff0be038bc0a39fc25 (patch) | |
tree | e59384edbff838ef17708f0336e5a6be388981e7 /gcc/rtl.h | |
parent | f6a91eb09fa0cd44ba25fd175d80ddf0e0b4a899 (diff) | |
download | gcc-dddba20582b31693ee7b83ff0be038bc0a39fc25.zip gcc-dddba20582b31693ee7b83ff0be038bc0a39fc25.tar.gz gcc-dddba20582b31693ee7b83ff0be038bc0a39fc25.tar.bz2 |
rtl.h (REG_EH_RETHROW): Remove.
* rtl.h (REG_EH_RETHROW): Remove.
* rtl.c (reg_note_name): Update.
* combine.c (distribute_notes): Don't check for it.
From-SVN: r44809
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -543,11 +543,6 @@ enum reg_note throw, nor will it execute a non-local goto. */ REG_EH_REGION, - /* Indicates that a call is actually a call to rethrow, and specifies the - rethrow symbol for the region the rethrow is targetting. This provides - a way to generate the non standard flow edges required for a rethrow. */ - REG_EH_RETHROW, - /* Used by haifa-sched to save NOTE_INSN notes across scheduling. */ REG_SAVE_NOTE, |