diff options
Diffstat (limited to 'gcc/ipa-ref.h')
-rw-r--r-- | gcc/ipa-ref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h index 98912db1851..2be73536f8e 100644 --- a/gcc/ipa-ref.h +++ b/gcc/ipa-ref.h @@ -88,4 +88,5 @@ void ipa_dump_references (FILE *, struct ipa_ref_list *); void ipa_dump_refering (FILE *, struct ipa_ref_list *); void ipa_clone_references (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *); void ipa_clone_refering (struct cgraph_node *, struct varpool_node *, struct ipa_ref_list *); +bool ipa_ref_cannot_lead_to_return (struct ipa_ref *); |