aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-01 21:53:37 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-01 21:53:37 -0700
commit6429e3bef352c9dc940977d3079f025f3268a8b9 (patch)
tree747c99ba0b92f8eea6dff90b5b9f8179903a0e49 /gcc/gimple-low.c
parent4dfa034295629327f8b823cb1c6dfa1585ac86ee (diff)
downloadgcc-6429e3bef352c9dc940977d3079f025f3268a8b9.zip
gcc-6429e3bef352c9dc940977d3079f025f3268a8b9.tar.gz
gcc-6429e3bef352c9dc940977d3079f025f3268a8b9.tar.bz2
gimple-low.c (lower_function_body): Don't reset_block_changes here.
* gimple-low.c (lower_function_body): Don't reset_block_changes here. * cfgexpand.c (tree_expand_cfg): Do it here. * config/alpha/alpha.c (alpha_output_mi_thunk_osf): And here. * config/ia64/ia64.c (ia64_output_mi_thunk): And here. * config/mips/mips.c (mips_output_mi_thunk): And here. * config/rs6000/rs6000.c (rs6000_output_mi_thunk): And here. * config/sh/sh.c (sh_output_mi_thunk): And here. * config/sparc/sparc.c (sparc_output_mi_thunk): And here. From-SVN: r84012
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r--gcc/gimple-low.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c
index 67b7f2d..c29f591 100644
--- a/gcc/gimple-low.c
+++ b/gcc/gimple-low.c
@@ -123,8 +123,6 @@ lower_function_body (void)
= blocks_nreverse (BLOCK_SUBBLOCKS (data.block));
clear_block_marks (data.block);
-
- reset_block_changes ();
}
struct tree_opt_pass pass_lower_cf =