From 61c273538b0349c662b68ed92c8bd0387d737c51 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 14 May 2009 15:45:32 +0000 Subject: re PR middle-end/40147 (Memory leak in revision 147436) 2009-05-14 H.J. Lu PR middle-end/40147 * ipa-utils.h (memory_identifier_string): Moved to ... * tree.h (memory_identifier_string): Here. Add GTY(()). From-SVN: r147535 --- gcc/ipa-utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ipa-utils.h') 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; -- cgit v1.1