aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-05-14 15:45:32 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2009-05-14 08:45:32 -0700
commit61c273538b0349c662b68ed92c8bd0387d737c51 (patch)
tree91e1cdcaf20de0c1f7ca4977c856c2469d473891 /gcc/ipa-utils.h
parentc6c3dba931548987c78719180e30ebc863404b89 (diff)
downloadgcc-61c273538b0349c662b68ed92c8bd0387d737c51.zip
gcc-61c273538b0349c662b68ed92c8bd0387d737c51.tar.gz
gcc-61c273538b0349c662b68ed92c8bd0387d737c51.tar.bz2
re PR middle-end/40147 (Memory leak in revision 147436)
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(()). From-SVN: r147535
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r--gcc/ipa-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index 31d7837..e70a016 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;