summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-14 10:29:52 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-14 10:29:52 +0000
commit878edb92eaa145a4fa1c7f66ad90aa3f8e95be2f (patch)
treeff6150a6a4359317e1847255a572e6c38b0af16c /gcc/dominance.c
parent66967f723d3fddadee0a9fc58158ebe50a273299 (diff)
downloadgcc-878edb92eaa145a4fa1c7f66ad90aa3f8e95be2f.tar.gz
2009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
* dominance.c (set_immediate_dominator): Don't mark as inline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index f93c4dcb2d2..245b2de1c21 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -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)
{