[Committed] Fix simple comment typo in tree-ssa-alias.c

Andreas Schwab schwab@linux-m68k.org
Tue Aug 4 23:33:00 GMT 2009


Richard Guenther <richard.guenther@gmail.com> writes:

> On Wed, Aug 5, 2009 at 12:42 AM, Andrew Pinski<pinskia@gmail.com> wrote:
>> When I was adding some code to tree-ssa-alias.c I noticed that there
>> were some simple typos dealing with [xyz[ when they should have been
>> [xyz].
>> I committed this comment fix as obvious.
>
> These weren't typos but [a,b[ is equal to [a,b-1].

For integer intervals the open notation is unusual, since you can always
use a closed interval.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list