ipa-inline-analysis.c has
/* Return true if P is (false). */
^^^^^^^^ Should it be (true)?
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.
