]> gcc.gnu.org Git - gcc.git/commit - gcc/stmt.c
(expand_fixup): Create a BLOCK node (via pushlevel/poplevel) to represent an...
authorRichard Stallman <rms@gnu.org>
Tue, 1 Sep 1992 20:29:40 +0000 (20:29 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 1 Sep 1992 20:29:40 +0000 (20:29 +0000)
commit023b57e601bcd8932c2f3aa6bf9a0e22455bb747
tree1ef81df79195e4e12ec5ad4656f309cf109da5b9
parent498ee10c6a1a15f8b06cafa63ef925b6f81e12c3
(expand_fixup): Create a BLOCK node (via pushlevel/poplevel) to represent an...

(expand_fixup):  Create a BLOCK node (via pushlevel/poplevel)
to represent an artificial scope containing all of the fixup code.
Also emit NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END for that block.
(fixup_gotos):  Declaration of NEWBLOCK deleted.
Call `set_block' to use the BLOCK made in expand_fixup.
Deleted code to insert NEWBLOCK into block hierarchy.

From-SVN: r2014
gcc/stmt.c
This page took 0.055804 seconds and 5 git commands to generate.