diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-14 15:45:32 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-14 15:45:32 +0000 |
commit | 8d27c5b50d5e17c2e5183af65306b5542cea43d8 (patch) | |
tree | 91e1cdcaf20de0c1f7ca4977c856c2469d473891 /gcc/ipa-utils.h | |
parent | fd50b07156169d60752d44d21da9d80169ff089f (diff) | |
download | gcc-8d27c5b50d5e17c2e5183af65306b5542cea43d8.tar.gz |
2009-05-14 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/40147
* ipa-utils.h (memory_identifier_string): Moved to ...
* tree.h (memory_identifier_string): Here. Add GTY(()).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147535 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r-- | gcc/ipa-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 31d78374ff6..e70a01688e2 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -23,9 +23,6 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "cgraph.h" -/* Used for parsing attributes of asm code. */ -extern tree memory_identifier_string; - struct ipa_dfs_info { int dfn_number; int low_link; |