> ipa-inline-analysis.c has > > /* Return true if P is (false). */ > ^^^^^^^^ Should it be (true)?
Yes, too much of cut&past. Patch to fix it is preapproved of course.
Thanks!
Honza
>
> static inline bool
> true_predicate_p (struct predicate *p)
> {
> return !p->clause[0];
> }
>
>
> /* Return true if P is (false). */
>
> static inline bool
> false_predicate_p (struct predicate *p)
>
> --
> H.J.
