OSDN Git Service

* sv.po: Update.
[pf3gnuchains/gcc-fork.git] / gcc / ipa-utils.h
index 31d7837..fa18a4f 100644 (file)
@@ -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;
@@ -43,7 +40,7 @@ int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool,
                               bool (*ignore_edge) (struct cgraph_edge *));
 tree get_base_var (tree);
 
+
 #endif  /* GCC_IPA_UTILS_H  */