This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove non needed check in bmp_iter_set_init (PR tree-optimization/82669).


On 11/08/2017 12:13 AM, Martin Liška wrote:
> Hello.
> 
> Assert removal is logical as it's used in iteration and if sbitmap is empty, iteration
> macro will not touch any element of a bitmap.
> 
> Ready after it survives regression tests?
> 
> Thanks,
> Martin
> 
> gcc/ChangeLog:
> 
> 2017-11-08  Martin Liska  <mliska@suse.cz>
> 
> 	PR tree-optimization/82669
> 	* sbitmap.h (bmp_iter_set_init): Remove non needed check.
OK.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]