aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-reference.h')
-rw-r--r--gcc/ipa-reference.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h
index 6563db6..c7de073 100644
--- a/gcc/ipa-reference.h
+++ b/gcc/ipa-reference.h
@@ -22,8 +22,8 @@ along with GCC; see the file COPYING3. If not see
#define GCC_IPA_REFERENCE_H
/* In ipa-reference.c */
-bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
-bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
+bitmap ipa_reference_get_read_global (struct cgraph_node *fn);
+bitmap ipa_reference_get_written_global (struct cgraph_node *fn);
void ipa_reference_c_finalize (void);
int ipa_reference_var_uid (tree t);