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/combine.c | |
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/combine.c')
-rw-r--r-- | gcc/combine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 8a5fa63..a1ae2d0 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -12008,7 +12008,6 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1) abort (); break; - case REG_EH_RETHROW: case REG_NORETURN: case REG_SETJMP: /* These notes must remain with the call. It should not be |