Re: [Committed] Remove 'unsigned' in header comment canonicalize_loop_ivs

2015-06-25 Thread Jeff Law
On 06/25/2015 05:27 AM, Tom de Vries wrote: Hi, this patch fixes the header comment of canonicalize_loop_ivs. The generated IV is not guaranteed to be unsigned since the fix for PR49471. Thanks, - Tom 0001-Remove-unsigned-in-header-comment-canonicalize_loop_.patch Remove 'unsigned' in header

[Committed] Remove 'unsigned' in header comment canonicalize_loop_ivs

2015-06-25 Thread Tom de Vries
Hi, this patch fixes the header comment of canonicalize_loop_ivs. The generated IV is not guaranteed to be unsigned since the fix for PR49471. Thanks, - Tom Remove 'unsigned' in header comment canonicalize_loop_ivs 2015-06-25 Tom de Vries * tree-ssa-loop-manip.c (canonicalize_loop_ivs):