From 6170dfb6edfb7b19f8ae5209b8f948fe0076a4ad Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 2 Jun 2010 21:47:37 +0000 Subject: Merge trunk at revision 160193 into branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/vect256@160194 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-pass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tree-pass.h') diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 5ed86b4336b..b5971d5433a 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -38,6 +38,7 @@ enum tree_dump_index TDI_nested, /* dump each function after unnesting it */ TDI_vcg, /* create a VCG graph file for each function's flowgraph. */ + TDI_ada, /* dump declarations in Ada syntax. */ TDI_tree_all, /* enable all the GENERIC/GIMPLE dumps. */ TDI_rtl_all, /* enable all the RTL dumps. */ TDI_ipa_all, /* enable all the IPA dumps. */ -- cgit v1.2.1