]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testing ECF_N...
authorJakub Jelinek <jakub@redhat.com>
Wed, 17 Aug 2016 14:24:53 +0000 (16:24 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 17 Aug 2016 14:24:53 +0000 (16:24 +0200)
commit865f704603c2db06e82aaf1036a9cd6dca0cf3d6
tree30ec27784a09fa29f2dba92c6929dc8378f6aa9c
parente07f4b008daa0cd06b079202919508fa74f030ff
gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testing ECF_NORETURN bit in gimple_call_flags.

* gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
instead of testing ECF_NORETURN bit in gimple_call_flags.
* tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
* predict.c (tree_bb_level_predictions): Likewise.
* gimple-low.c (gimple_stmt_may_fallthru): Likewise.

From-SVN: r239539
gcc/ChangeLog
gcc/gimple-fold.c
gcc/gimple-low.c
gcc/predict.c
gcc/tree-cfg.c