Re: [PATCH] VRP: simplify assert location check

2014-05-05 Thread Richard Biener
On Sun, May 4, 2014 at 5:03 AM, Patrick Palka wrote: > We can check if any assertions were found by simply inspecting the > need_assert_for bitmap. This eliminates the need to pass all these > bools around everywhere. > > 2014-05-03 Patrick Palka > > * tree-vrp.c (register_edge_assert_

[PATCH] VRP: simplify assert location check

2014-05-03 Thread Patrick Palka
We can check if any assertions were found by simply inspecting the need_assert_for bitmap. This eliminates the need to pass all these bools around everywhere. 2014-05-03 Patrick Palka * tree-vrp.c (register_edge_assert_for_1): Change return type to void. (register_edge