aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-06-10 13:07:24 +0200
committerMartin Liska <marxin@gcc.gnu.org>2019-06-10 11:07:24 +0000
commit97e59627567757759b047479c75be2f238ea45c3 (patch)
tree6ab525ca7d4657f2ef09734d2df43aa84ed4caf4 /gcc/ipa-utils.h
parent54e2d83caf591eb1ca3e6e8df44d67a4ac44d8fe (diff)
downloadgcc-97e59627567757759b047479c75be2f238ea45c3.zip
gcc-97e59627567757759b047479c75be2f238ea45c3.tar.gz
gcc-97e59627567757759b047479c75be2f238ea45c3.tar.bz2
Reduce SCCs in IPA postorder.
2019-06-10 Martin Liska <mliska@suse.cz> * ipa-cp.c (ignore_edge_p): New function. (build_toporder_info): Use it. * ipa-inline.c (ignore_edge_p): New function/ (inline_small_functions): Use it. * ipa-pure-const.c (ignore_edge_for_nothrow): Verify opt_for_fn for caller and callee. (ignore_edge_for_pure_const): Likewise. * ipa-reference.c (ignore_edge_p): Extend to check for opt_for_fn. * ipa-utils.c (searchc): Refactor. * ipa-utils.h: Fix coding style. From-SVN: r272115
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r--gcc/ipa-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index 4a39d4a..5903da5 100644
--- a/gcc/ipa-utils.h
+++ b/gcc/ipa-utils.h
@@ -244,5 +244,3 @@ odr_type_p (const_tree t)
}
#endif /* GCC_IPA_UTILS_H */
-
-