diff gcc/ipa-utils.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents 58ad6c70ea60
children 04ced10e8804
line wrap: on
line diff
--- a/gcc/ipa-utils.h	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/ipa-utils.h	Fri Feb 12 23:39:51 2010 +0900
@@ -36,10 +36,11 @@
 
 /* In ipa-utils.c  */
 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
-int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool);
+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  */