diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-27 14:33:12 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-27 14:33:12 +0000 |
commit | abc901448478120144f1539abd045e2d53a7c4e9 (patch) | |
tree | ef484a0930439ada9b47071f4b338d3b7f28bf5c /gcc/ifcvt.c | |
parent | e49b08c2bc2a6e18e16fdc0ed561aab89b99c813 (diff) | |
download | gcc-abc901448478120144f1539abd045e2d53a7c4e9.tar.gz |
* ifcvt.c (if_convert): Call clear_aux_for_blocks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46568 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 1cbd68892bd..d969104000c 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -2742,6 +2742,7 @@ if_convert (x_life_data_ok) sbitmap_free (update_life_blocks); } + clear_aux_for_blocks (); /* Write the final stats. */ if (rtl_dump_file && num_possible_if_blocks > 0) |