On 04/21/14 10:57, David Malcolm wrote:
gcc/ * gimple.h (gimple_call_return_slot_opt_p): Require a gimple_call rather than a plain gimple.* gimple-walk.c (walk_stmt_load_store_addr_ops): Convert usage of is_gimple_call to dyn_cast_gimple_call, introducing a new local "call_stmt". * trans-mem.c (expand_call_tm): Split local "stmt", strengthening from plain gimple to a gimple_call, and introducing new local gimple_assign "assign_stmt". * tree-inline.c (expand_call_inline): Convert check of code against GIMPLE_CALL to dyn_cast_gimple_call, introducing a new local "call_stmt".
OK once prerequisites have gone in. jeff
