Re: [PATCH] Tidy tree-ssa-dom.c: Use dom_valueize more.

2015-08-31 Thread Richard Biener
On Fri, Aug 28, 2015 at 4:05 PM, Alan Lawrence wrote: > The code in the dom_valueize function is duplicated a number of times; so, > call > the function. > > Also remove a comment in lookup_avail_expr re const_and_copies, describing one > of said duplicates, that looks like it was superceded in r

[PATCH] Tidy tree-ssa-dom.c: Use dom_valueize more.

2015-08-28 Thread Alan Lawrence
The code in the dom_valueize function is duplicated a number of times; so, call the function. Also remove a comment in lookup_avail_expr re const_and_copies, describing one of said duplicates, that looks like it was superceded in r87787. Bootstrapped + check-gcc on x86-none-linux-gnu. gcc/Change