On 04/21/14 10:57, David Malcolm wrote:
gcc/
        * tree-ssa-dom.c (struct hashable_expr): Strengthen field
        call.fn_from from gimple to gimple_call.
        (initialize_hash_element): Replace check against GIMPLE_CALL
        with dyn_cast_gimple_call and update gimple_call_ uses to use
        new gimple_call local, along with fn_from initializer.
        (iterative_hash_hashable_expr): Strengthen type of local "fn_from"
        from gimple to gimple_call.
        (print_expr_hash_elt): Likewise.
OK when prereqs go in.

jeff

Reply via email to