diff options
author | Martin Jambor <mjambor@suse.cz> | 2013-10-15 16:15:07 +0200 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2013-10-15 16:15:07 +0200 |
commit | 4cb1359729c72f65a8b6da12af6baab74082dd3f (patch) | |
tree | 034042b55baa73cd22e73f36b314087fb4581427 /gcc/ipa-utils.h | |
parent | 2e2206faab182f079bc6d6019f7872820d830bee (diff) | |
download | gcc-4cb1359729c72f65a8b6da12af6baab74082dd3f.zip gcc-4cb1359729c72f65a8b6da12af6baab74082dd3f.tar.gz gcc-4cb1359729c72f65a8b6da12af6baab74082dd3f.tar.bz2 |
ipa-utils.h (ipa_edge_within_scc): Declare.
2013-10-15 Martin Jambor <mjambor@suse.cz>
* ipa-utils.h (ipa_edge_within_scc): Declare.
* ipa-cp.c (edge_within_scc): Moved...
* ipa-utils.c (ipa_edge_within_scc): ...here. Updated all callers.
From-SVN: r203607
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r-- | gcc/ipa-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 27949e1..374ac2a 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -42,6 +42,7 @@ int ipa_reduced_postorder (struct cgraph_node **, bool, bool, bool (*ignore_edge) (struct cgraph_edge *)); void ipa_free_postorder_info (void); vec<cgraph_node_ptr> ipa_get_nodes_in_cycle (struct cgraph_node *); +bool ipa_edge_within_scc (struct cgraph_edge *); int ipa_reverse_postorder (struct cgraph_node **); tree get_base_var (tree); void ipa_merge_profiles (struct cgraph_node *dst, |