diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-05 19:34:29 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-05 19:34:29 +0000 |
| commit | 961819fbd411b445cf122c1813fa7568336bade1 (patch) | |
| tree | a205e175db5fda69a8d59f2299e129a45e9f2d65 /gcc/except.c | |
| parent | d01bb425ed88bc94a509dd46fc88539f6f4fd734 (diff) | |
| download | ppe42-gcc-961819fbd411b445cf122c1813fa7568336bade1.tar.gz ppe42-gcc-961819fbd411b445cf122c1813fa7568336bade1.zip | |
Revert this patch:
2000-03-04 Mark Mitchell <mark@codesourcery.com>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32343 138bc75d-0d04-0410-961f-82ee72b054a4
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 c04e73479d3..0a563b49592 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 (); |

