On Wed, Feb 04, 2015 at 08:47:20PM +0100, Jan Hubicka wrote:
> Bootstrapped/regtested x86_64-linux, OK?
> PR middle-end/64922
> * gimple.c: Include gimple-ssa.h
Missing dot at the end of line.
> (maybe_remove_unused_call_args): New function.
> * gimple.h (maybe_remove_unused_call_args): Declare.
> * craph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
> * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
> * gimple-fold.c (gimple_fold_call): Likewise.
> + to __builtiln_unreacahble or __cfa_pure_virutal. */
to __builtin_unreachable or __cxa_pure_virtual.
Ok with that change.
Jakub