Re: [PATCH] Typofixes and a trivial change

2014-05-09 Thread Jeff Law
On 04/25/14 09:03, Patrick Palka wrote: I forgot the ChangeLog entry: 2014-04-25 Patrick Palka patr...@parcs.ath.cx * doc/invoke.texi: Fix typo. * tree-vrp.c: Fix typos. * gimple.c (infer_nonnull_range): Reorder operands of an condition. This is fine.

Re: [PATCH] Typofixes and a trivial change

2014-04-29 Thread Richard Biener
On Mon, Apr 28, 2014 at 2:44 PM, Patrick Palka patr...@parcs.ath.cx wrote: On Mon, Apr 28, 2014 at 4:57 AM, Richard Biener richard.guent...@gmail.com wrote: On Fri, Apr 25, 2014 at 5:03 PM, Patrick Palka patr...@parcs.ath.cx wrote: I forgot the ChangeLog entry: Ok. Thanks, Richard.

Re: [PATCH] Typofixes and a trivial change

2014-04-28 Thread Richard Biener
On Fri, Apr 25, 2014 at 5:03 PM, Patrick Palka patr...@parcs.ath.cx wrote: I forgot the ChangeLog entry: Ok. Thanks, Richard. 2014-04-25 Patrick Palka patr...@parcs.ath.cx * doc/invoke.texi: Fix typo. * tree-vrp.c: Fix typos. * gimple.c (infer_nonnull_range):

Re: [PATCH] Typofixes and a trivial change

2014-04-28 Thread Patrick Palka
On Mon, Apr 28, 2014 at 4:57 AM, Richard Biener richard.guent...@gmail.com wrote: On Fri, Apr 25, 2014 at 5:03 PM, Patrick Palka patr...@parcs.ath.cx wrote: I forgot the ChangeLog entry: Ok. Thanks, Richard. Thanks for reviewing. May someone please commit this for me? Thanks in advance.

[PATCH] Typofixes and a trivial change

2014-04-25 Thread Patrick Palka
Hi, This patch fixes a couple of typos in tree-vrp.c and one in invoke.texi. The patch also reorders the operands of an condition in infer_nonnull_range() under the assumption that operand_equal_p() is much more costly than a simple TREE_TYPE() equality test. Bootstrapped and regtested on

Re: [PATCH] Typofixes and a trivial change

2014-04-25 Thread Patrick Palka
I forgot the ChangeLog entry: 2014-04-25 Patrick Palka patr...@parcs.ath.cx * doc/invoke.texi: Fix typo. * tree-vrp.c: Fix typos. * gimple.c (infer_nonnull_range): Reorder operands of an condition.