Skip to content
Snippets Groups Projects
  • Nathan Sidwell's avatar
    cc175e7c
    basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust. · cc175e7c
    Nathan Sidwell authored
    	* basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.
    	(FREE_REG_SET): Adjust.
    	* bitmap.c (bitmap_obstack_free): Cope with NULL bitmap.
    	* bitmap.h (BITMAP_OBSTACK_ALLOC): Rename to ...
    	(BITMAP_ALLOC): ... here.
    	(BITMAP_OBSTACK_FREE): Rename to ...
    	(BITMAP_FREE): Don't check for NULL bitmap here.
    	* tree-ssa-pre.c (value_insert_into_set_bitmap,
    	bitmap_set_new): Use new names.
    
    From-SVN: r91281
    cc175e7c
    History
    basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.
    Nathan Sidwell authored
    	* basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.
    	(FREE_REG_SET): Adjust.
    	* bitmap.c (bitmap_obstack_free): Cope with NULL bitmap.
    	* bitmap.h (BITMAP_OBSTACK_ALLOC): Rename to ...
    	(BITMAP_ALLOC): ... here.
    	(BITMAP_OBSTACK_FREE): Rename to ...
    	(BITMAP_FREE): Don't check for NULL bitmap here.
    	* tree-ssa-pre.c (value_insert_into_set_bitmap,
    	bitmap_set_new): Use new names.
    
    From-SVN: r91281