On 09/26/2016 07:53 AM, Marek Polacek wrote:
In my recent -Wimplicit-fallthrough patch I introduced a new overload
gimple_call_internal_p to check whether a stmt is a specific internal
function. So use this predicate in the rest of the codebase, too.
Bootstrapped/regtested on x86_64-linux, ok f
In my recent -Wimplicit-fallthrough patch I introduced a new overload
gimple_call_internal_p to check whether a stmt is a specific internal
function. So use this predicate in the rest of the codebase, too.
Bootstrapped/regtested on x86_64-linux, ok for trunk?
2016-09-26 Marek Polacek