+2012-04-11 Xinliang David Li <davidxl@google.com>
+
+ * tree-passes.h: Remove TODO_dump_func.
+ * tree-ssa-tail-merge.c (tail_merge_optimize): Remove TODO_dump_func.
+ * trans-mem.c: Remove TODO_dump_func.
+ * ira.c: Remove TODO_dump_func.
+
2012-04-11 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_option_override_internal): Check
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0, /* todo_flags_finish */
}
};
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func | TODO_ggc_collect /* todo_flags_finish */
+ TODO_ggc_collect /* todo_flags_finish */
}
};
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func /* todo_flags_finish */
+ 0, /* todo_flags_finish */
}
};
\f
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_update_ssa
- | TODO_verify_ssa
- | TODO_dump_func, /* todo_flags_finish */
+ | TODO_verify_ssa, /* todo_flags_finish */
}
};
\f
0, /* properties_destroyed */
0, /* todo_flags_start */
TODO_update_ssa
- | TODO_verify_ssa
- | TODO_dump_func, /* todo_flags_finish */
+ | TODO_verify_ssa, /* todo_flags_finish */
}
};
\f
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func, /* todo_flags_finish */
+ 0, /* todo_flags_finish */
}
};
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- TODO_dump_func, /* todo_flags_finish */
+ 0, /* todo_flags_finish */
},
};