comparison 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
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
34 34
35 35
36 36
37 /* In ipa-utils.c */ 37 /* In ipa-utils.c */
38 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int); 38 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
39 int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool); 39 int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool,
40 bool (*ignore_edge) (struct cgraph_edge *));
40 tree get_base_var (tree); 41 tree get_base_var (tree);
41 42
42 43
43 #endif /* GCC_IPA_UTILS_H */ 44 #endif /* GCC_IPA_UTILS_H */
44 45
45 46