* cfghooks.c (verify_flow_info): Disable check that all probabilities
are set correctly.
From-SVN: r253741
+2017-10-13 Jan Hubicka <hubicka@ucw.cz>
+
+ * cfghooks.c (verify_flow_info): Disable check that all probabilities
+ are set correctly.
+
2017-10-13 Jeff Law <law@redhat.com>
* tree-ssa-reassoc.c (reassociate_bb): Clarify code slighly.
e->src->index, e->dest->index);
err = 1;
}
+ /* FIXME: Graphite and SLJL and target code still tends to produce
+ edges with no probablity. */
if (profile_status_for_fn (cfun) >= PROFILE_GUESSED
- && !e->probability.initialized_p ())
+ && !e->probability.initialized_p () && 0)
{
error ("Uninitialized probability of edge %i->%i", e->src->index,
e->dest->index);