summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorDavid Li <davidxl@google.com>2011-06-14 19:39:36 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2011-06-14 19:39:36 +0000
commit22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b (patch)
tree6784ca7456219fc5f0b50b07b3f96641c6cc9e9c /gcc/function.c
parent5d64566169bbc5442121388e4849624b5aa640a1 (diff)
downloadgcc-22c5fa5fbfd9634c3389f845e77ddf8e6ea32f7b.tar.gz
dumping cleanup phase 1 -- Removing TODO_dump_func
From-SVN: r175051
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 30cc9ff2b4f..d5248730de1 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -1955,7 +1955,7 @@ struct rtl_opt_pass pass_instantiate_virtual_regs =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
}
};
@@ -5949,7 +5949,6 @@ struct rtl_opt_pass pass_thread_prologue_and_epilogue =
0, /* properties_provided */
0, /* properties_destroyed */
TODO_verify_flow, /* todo_flags_start */
- TODO_dump_func |
TODO_df_verify |
TODO_df_finish | TODO_verify_rtl_sharing |
TODO_ggc_collect /* todo_flags_finish */
@@ -6151,7 +6150,7 @@ struct rtl_opt_pass pass_match_asm_constraints =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0 /* todo_flags_finish */
}
};