Re: Minor tweak to df_note_bb_compute

2016-06-29 Thread Eric Botcazou
> This simply prevents valgrind from complaining about an invalid read when > pass_free_cfg::execute calls df_analyze for targets with delay slots, > because var_location instructions are present in the RTL stream at this > point. > > Tested on x86_64-suse-linux, applied on the mainline as obvious

Minor tweak to df_note_bb_compute

2016-06-09 Thread Eric Botcazou
This simply prevents valgrind from complaining about an invalid read when pass_free_cfg::execute calls df_analyze for targets with delay slots, because var_location instructions are present in the RTL stream at this point. Tested on x86_64-suse-linux, applied on the mainline as obvious. 2016-0