diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 12:46:53 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 12:46:53 +0000 |
commit | 304c5bf10d4e1133798c98a934621fee5f73d5e9 (patch) | |
tree | 286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/stmt.c | |
parent | 3a51bad938848fc9a96d13800b3e9a9af6ccf923 (diff) | |
download | gcc-304c5bf10d4e1133798c98a934621fee5f73d5e9.tar.gz |
Backport of GC branch patches part 1: kill eh status saving.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 018e1907b7c..ad76d88b460 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -467,7 +467,6 @@ save_stmt_status (p) p->emit_filename = emit_filename; p->emit_lineno = emit_lineno; p->goto_fixup_chain = goto_fixup_chain; - save_eh_status (p); } void @@ -488,7 +487,6 @@ restore_stmt_status (p) emit_filename = p->emit_filename; emit_lineno = p->emit_lineno; goto_fixup_chain = p->goto_fixup_chain; - restore_eh_status (p); } /* Emit a no-op instruction. */ |