diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-11 20:45:09 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-11 20:45:09 +0000 |
commit | b1b11f7cde554d02f0e41525b1f80239c13cd9de (patch) | |
tree | e59384edbff838ef17708f0336e5a6be388981e7 /gcc/rtl.h | |
parent | 8d7714ebb2793ee313816807f8c5724719afc3ec (diff) | |
download | gcc-b1b11f7cde554d02f0e41525b1f80239c13cd9de.tar.gz |
* rtl.h (REG_EH_RETHROW): Remove.
* rtl.c (reg_note_name): Update.
* combine.c (distribute_notes): Don't check for it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 9e223461255..917242abf26 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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, |