On Wed, May 11, 2011 at 9:22 PM, Nathan Froyd wrote:
> The comment for pointer_map_traverse says:
>
> /* Pass each pointer in PMAP to the function in FN, together with the pointer
> to the value and the fixed parameter DATA. If FN returns false, the
> iteration stops. */
>
> However, the c
The comment for pointer_map_traverse says:
/* Pass each pointer in PMAP to the function in FN, together with the pointer
to the value and the fixed parameter DATA. If FN returns false, the
iteration stops. */
However, the code in tree-cfg:edge_to_cases_cleanup does:
static bool
edge_to