stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that no NOTE_...
authorMark Mitchell <mark@codesourcery.com>
Fri, 17 Sep 1999 22:01:23 +0000 (22:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 17 Sep 1999 22:01:23 +0000 (22:01 +0000)
commit8e91754ed432246436075871d84d87de2390c405
tree9b627a788d95d6fe1744e179f42c17925b07a34f
parent05ca5990713469bc7ca0b473c10d9698d688cf6b
stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that no NOTE_INSN_BLOCK_BEG note is...

* stmt.c (expand_start_bindings): Allow callers to pass a flag
indicating that no NOTE_INSN_BLOCK_BEG note is required.
(expand_start_target_temps): Use it.
* except.c (expand_eh_region_start_for_decl): Likewise.
* expr.c (expand_expr): Likewise.

From-SVN: r29484
gcc/ChangeLog
gcc/except.c
gcc/expr.c
gcc/stmt.c