-
- Downloads
cgraph.h (tree_function_versioning): Update prototype.
* cgraph.h (tree_function_versioning): Update prototype. (cgraph_function_versioning): Update prototype. * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy bitmap. (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy. (cgraph_materialize_clone, save_inline_function_body): Update use of tree_function_versioning. * tree-inline.c (copy_bb): Look for previous copied block to link after; fix debug output. (copy_cfg_body): Accept new_entry_block and bbs_to_copy. (copy_body): Likewise. (expand_call_inline): Update use of copy_body. (tree_function_versioning): Update use of copy body; accept blocks_to_copy and new_entry. From-SVN: r160110
Showing
- gcc/ChangeLog 17 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraph.h 4 additions, 2 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 32 additions, 17 deletionsgcc/cgraphunit.c
- gcc/testsuite/gcc.dg/lto/noreturn-1_0.c 21 additions, 0 deletionsgcc/testsuite/gcc.dg/lto/noreturn-1_0.c
- gcc/testsuite/gcc.dg/lto/noreturn-1_1.c 27 additions, 0 deletionsgcc/testsuite/gcc.dg/lto/noreturn-1_1.c
- gcc/tree-inline.c 53 additions, 23 deletionsgcc/tree-inline.c
Loading
Please register or sign in to comment