diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-07-31 12:46:53 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-07-31 12:46:53 +0000 |
commit | b384405b341a1539bf3b10b4ce5a99f2ed389630 (patch) | |
tree | 286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/stmt.c | |
parent | 6261ede720fc024883ad4942dfbe68f943fe4462 (diff) | |
download | gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.zip gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.gz gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.bz2 |
Backport of GC branch patches part 1: kill eh status saving.
From-SVN: r28357
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |