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: [Committed] Remove 'unsigned' in header comment canonicalize_loop_ivs


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 comment canonicalize_loop_ivs

2015-06-25  Tom de Vries<tom@codesourcery.com>

	* tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
	comment that the generated IV is unsigned.
-
OK.
jeff


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