aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ipa-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/ipa-utils.h')
-rw-r--r--gcc-4.9/gcc/ipa-utils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/ipa-utils.h b/gcc-4.9/gcc/ipa-utils.h
index a2c985a43..4d609096a 100644
--- a/gcc-4.9/gcc/ipa-utils.h
+++ b/gcc-4.9/gcc/ipa-utils.h
@@ -22,6 +22,10 @@ along with GCC; see the file COPYING3. If not see
#define GCC_IPA_UTILS_H
#include "cgraph.h"
+/* Used for parsing attributes of asm code. */
+extern tree memory_identifier_string;
+extern tree get_memory_identifier_string (void);
+
struct ipa_dfs_info {
int dfn_number;
int low_link;
@@ -187,5 +191,3 @@ possible_polymorphic_call_target_p (tree call,
n);
}
#endif /* GCC_IPA_UTILS_H */
-
-