aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2009-07-22 15:44:46 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2009-07-22 15:44:46 -0400
commitcae63f886fb819cd96eafb32964949bc8d6e9a4f (patch)
treeb4c333291033fc15288ea4403ffdc6306efe3cbc /gcc/tree-pass.h
parent5af2eacecc039b5eb83469f500fe63de71aed74f (diff)
downloadgcc-cae63f886fb819cd96eafb32964949bc8d6e9a4f.zip
gcc-cae63f886fb819cd96eafb32964949bc8d6e9a4f.tar.gz
gcc-cae63f886fb819cd96eafb32964949bc8d6e9a4f.tar.bz2
tree-pass.h (TDF_EH): Define.
* tree-pass.h (TDF_EH): Define. * gimple-pretty-print.c (dump_gimple_stmt): If FLAGS contains TDF_EH, print the EH region number holding GS. * tree-dump.c (dump_options): Add "eh". * doc/invoke.texi: Document it. From-SVN: r149958
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index a68cb16..bc1ebda 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -76,6 +76,8 @@ enum tree_dump_index
#define TDF_RHS_ONLY (1 << 17) /* a flag to only print the RHS of
a gimple stmt. */
#define TDF_ASMNAME (1 << 18) /* display asm names of decls */
+#define TDF_EH (1 << 19) /* display EH region number
+ holding this gimple statement. */
/* In tree-dump.c */