Commit 7031a8b9 by Dmitry Gorbachev Committed by Richard Biener

dominance.c (set_immediate_dominator): Don't mark as inline.

2009-12-14  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>

	* dominance.c (set_immediate_dominator): Don't mark as inline.

From-SVN: r155211
parent 874e360b
2009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
* dominance.c (set_immediate_dominator): Don't mark as inline.
2009-12-14 Eric Botcazou <ebotcazou@adacore.com>
* doc/tm.texi (STACK_CHECK_PROTECT): Document alternate default.
......@@ -711,7 +711,7 @@ get_immediate_dominator (enum cdi_direction dir, basic_block bb)
/* Set the immediate dominator of the block possibly removing
existing edge. NULL can be used to remove any edge. */
inline void
void
set_immediate_dominator (enum cdi_direction dir, basic_block bb,
basic_block dominated_by)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment