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 e0b22efc8ed..f7644a0d71e 100644
--- a/gcc/ipa-structure-reorg.h
+++ b/gcc/ipa-structure-reorg.h
@@ -263,7 +263,6 @@ enum Failure {
extern int debug_indenting;
extern void handle_debug_indenting( int);
extern const char *code_str( enum tree_code);
-extern void flexible_print( FILE *, tree, dump_flags_t);
extern void wolf_fence( Info *);
extern bool ssa_check ( FILE *, Display, Failure, bool, bool);
@@ -281,4 +280,7 @@ extern bool ssa_check ( FILE *, Display, Failure, bool, bool);
#define DEBUG(...)
#define DEBUG_F(...)
#define INDENT(a)
+
#endif
+extern void flexible_print( FILE *, tree, int, dump_flags_t);
+