aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-10 20:19:28 +0000
committerDavid Li <davidxl@google.com>2011-06-10 20:19:28 +0000
commitf442c83b14298ddfad1b30db1f63c7008c8a428b (patch)
tree990abf2bd5055e468e31a7d5b9295af93036e6b7 /gcc/tree-pass.h
parent5144409d430091836e8c0ed42e7d38d5e039b7c2 (diff)
re checking -fdump-passes
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@174930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index daf7202f4f6..f3a03b07127 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -639,5 +639,6 @@ extern void do_per_function_toporder (void (*) (void *), void *);
extern void disable_pass (const char *);
extern void enable_pass (const char *);
+extern void dump_passes (void);
#endif /* GCC_TREE_PASS_H */