aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 790b27b..9a88e8d 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -991,4 +991,8 @@ extern basic_block get_bb_copy (basic_block);
#include "cfghooks.h"
+/* In struct-equiv.c */
+extern bool insns_match_p (int, rtx, rtx);
+extern int flow_find_cross_jump (int, basic_block, basic_block, rtx *, rtx *);
+
#endif /* GCC_BASIC_BLOCK_H */