summaryrefslogtreecommitdiff
path: root/gcc/ipa-structure-reorg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-structure-reorg.h')
-rw-r--r--gcc/ipa-structure-reorg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ipa-structure-reorg.h b/gcc/ipa-structure-reorg.h
index 6864caf27a3..509597ca85f 100644
--- a/gcc/ipa-structure-reorg.h
+++ b/gcc/ipa-structure-reorg.h
@@ -212,7 +212,9 @@ extern void clear_deleted_types( Info *);
extern void restore_deleted_types ( Info *);
extern void remove_deleted_types ( Info *, ReorgFn);
extern enum ReorgOpTrans recognize_op ( tree, Info_t *);
-extern ReorgTransformation reorg_recognize ( gimple *, Info_t *);
+extern ReorgTransformation reorg_recognize ( gimple *,
+ cgraph_node *,
+ Info_t *);
extern ReorgType_t *get_reorgtype_info ( tree, Info_t *);
extern ReorgType_t *contains_a_reorgtype ( gimple *, Info *);
extern bool is_reorg_type ( tree, Info_t *);