On 04/21/14 10:57, David Malcolm wrote:
gcc/
        * gimple.h (gimple_call_copy_flags): Require gimple_calls.

        * ipa-prop.c (ipa_modify_call_arguments): Require a gimple_call.
        * ipa-prop.h (ipa_modify_call_arguments): Likewise.

        * tree-inline.c (copy_bb): Replace is_gimple_call with new local
        and call to dyn_cast_gimple_call, updating gimple_call_ uses to use
        the type-checked local.

        * tree-sra.c (convert_callers): Replace check for GIMPLE_CALL with
        a dyn_cast.
OK when prereqs go in.

jeff

Reply via email to