tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap.
2009-11-26 Richard Guenther <rguenther@suse.de> * tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap. From-SVN: r154672
This commit is contained in:
parent
0d8f38d337
commit
d9b99b4ceb
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-26 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
|
* tree-ssa-dce.c (perform_tree_ssa_dce): Allocate visited bitmap.
|
||||||
|
|
||||||
2009-11-26 Nick Clifton <nickc@redhat.com>
|
2009-11-26 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/rx/rx.c (rx_expand_epilogue): Add checks for sibcalls
|
* config/rx/rx.c (rx_expand_epilogue): Add checks for sibcalls
|
||||||
|
@ -1377,6 +1377,7 @@ perform_tree_ssa_dce (bool aggressive)
|
|||||||
longest_chain = 0;
|
longest_chain = 0;
|
||||||
total_chain = 0;
|
total_chain = 0;
|
||||||
chain_ovfl = false;
|
chain_ovfl = false;
|
||||||
|
visited = BITMAP_ALLOC (NULL);
|
||||||
propagate_necessity (el);
|
propagate_necessity (el);
|
||||||
BITMAP_FREE (visited);
|
BITMAP_FREE (visited);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user