diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index fe73332dee1..01056827c07 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -35,8 +35,6 @@ enum tree_dump_index TDI_original, /* dump each function before optimizing it */ TDI_generic, /* dump each function after genericizing it */ TDI_nested, /* dump each function after unnesting it */ - TDI_inlined, /* dump each function after inlining - within it. */ TDI_vcg, /* create a VCG graph file for each function's flowgraph. */ TDI_tree_all, /* enable all the GENERIC/GIMPLE dumps. */ |