Fixes a couple of pedantic warnings.
gcc/ChangeLog:
* prime-paths.cc (limit_checked_add): Remove redundant trailing
';'.
(enters_through_p): Likewise.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
{
approx_limit -= approx < approx_limit ? approx : approx_limit;
return approx_limit == 0;
-};
+}
/* Check if adding APPROX would exceed the path limit. This is necessary when
(pessimistically counted) trie insertions would exceed the limit and yields
if (cfg->vertices[last].component == cfg->vertices[vertex].component)
return false;
return edge_p (cfg, last, vertex);
-};
+}
/* Worker for scc_entry_prime_paths. CFG is the CFG for the function,
SCC_ENTRY_PATHS the accumulated scc_entry_paths for all the SCCs, PRIME_PATHS