diff options
Diffstat (limited to 'gcc/ipa-reference.h')
-rw-r--r-- | gcc/ipa-reference.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h index ba26ebb7b2f..a9d6f175bcc 100644 --- a/gcc/ipa-reference.h +++ b/gcc/ipa-reference.h @@ -24,8 +24,6 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" /* In ipa-reference.c */ -bitmap ipa_reference_get_read_global (struct cgraph_node *fn); -bitmap ipa_reference_get_written_global (struct cgraph_node *fn); bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn); bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn); |