diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-03-05 19:34:29 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-03-05 19:34:29 +0000 |
commit | 591ccf92b35994b10f846ef630cd1a58d53a8f12 (patch) | |
tree | a205e175db5fda69a8d59f2299e129a45e9f2d65 /gcc/except.c | |
parent | 2f6f9ac7b6b62b13a488f5e7dbc7e1116330a714 (diff) | |
download | gcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.zip gcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.tar.gz gcc-591ccf92b35994b10f846ef630cd1a58d53a8f12.tar.bz2 |
Revert this patch:
2000-03-04 Mark Mitchell <mark@codesourcery.com>
From-SVN: r32343
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index c04e734..0a563b4 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2095,7 +2095,7 @@ protect_with_terminate (e) TREE_TYPE (handler) = void_type_node; RTL_EXPR_RTL (handler) = const0_rtx; TREE_SIDE_EFFECTS (handler) = 1; - start_sequence (); + start_sequence_for_rtl_expr (handler); emit_library_call (terminate_libfunc, 0, VOIDmode, 0); emit_barrier (); |