projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f6baa
)
* ifcvt.c (if_convert): Call clear_aux_for_blocks.
author
Jan Hubicka
<jh@suse.cz>
Sat, 27 Oct 2001 14:33:12 +0000
(16:33 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Sat, 27 Oct 2001 14:33:12 +0000
(14:33 +0000)
From-SVN: r46568
gcc/ChangeLog
patch
|
blob
|
history
gcc/ifcvt.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 686842ae328bc97469e510dc344578add14976ce..aa1ce44aae881dc234088da136583d88fcbad007 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Sat Oct 27 16:31:23 CEST 2001 Jan Hubicka <jh@suse.cz>
+
+ * ifcvt.c (if_convert): Call clear_aux_for_blocks.
+
Sat Oct 27 12:12:09 CEST 2001 Jan Hubicka <jh@suse.cz>
* cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
diff --git
a/gcc/ifcvt.c
b/gcc/ifcvt.c
index 1cbd68892bd231343a5ade8468e1e6c2452d5683..d969104000ca3fa8cfc63f904427f520d3cab7a1 100644
(file)
--- 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)