]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-inline.h
Add ability to set target options (ix86 only) and optimization options on a function...
[thirdparty/gcc.git] / gcc / tree-inline.h
index a69afd00f99b7dacc96f2282e79bdfbb6c916867..d858b91290f69885ae248a180014cb3a303481cd 100644 (file)
@@ -150,6 +150,7 @@ int estimate_move_cost (tree type);
 int estimate_num_insns (tree expr, eni_weights *);
 bool tree_versionable_function_p (tree);
 void tree_function_versioning (tree, tree, varray_type, bool);
+bool tree_can_inline_p (tree, tree);
 
 extern tree remap_decl (tree decl, copy_body_data *id);
 extern tree remap_type (tree type, copy_body_data *id);