Re: [PATCH 31/89] Use subclasses of gimple in various places

2014-05-09 Thread Jeff Law
On 04/21/14 10:57, David Malcolm wrote: gcc/ * asan.c (insert_if_then_before_iter): Require a gimple cond rathern than a plain gimple. (instrument_mem_region_access): Strengthen local from gimple to gimple_cond. * cfgloopmanip.c (create_empty_if_region_on_

[PATCH 31/89] Use subclasses of gimple in various places

2014-04-21 Thread David Malcolm
gcc/ * asan.c (insert_if_then_before_iter): Require a gimple cond rathern than a plain gimple. (instrument_mem_region_access): Strengthen local from gimple to gimple_cond. * cfgloopmanip.c (create_empty_if_region_on_edge): Likewise. * omp-low.c (sim