[PATCH, trivial] Remove `inline' from definition of set_immediate_dominator

Dmitry Gorbachev d.g.gorbachev@gmail.com
Sun Nov 15 02:07:00 GMT 2009


This patch is to fix build with --enable-build-with-cxx configure
option. Please commit it if ok.


2009-11-15  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>

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

--- gcc/dominance.c
+++ gcc/dominance.c
@@ -711,7 +711,7 @@

 /* 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)
 {



More information about the Gcc-patches mailing list