Hi Paul, On 10/10/13 17:10, Paulo Matos wrote:
- inline_call (edge, true, &new_indirect_edges, &overall_size, true); + if (inline_call (edge, true, &new_indirect_edges, &overall_size, true)) + { + /* Update max_count if new edges were found */
Comments end in full stop and two spaces.
Also, a regression test to add to the testsuite would be nice... Cheers, Kyrill