aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2012-02-24 10:40:27 +0100
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2012-02-24 10:40:27 +0100
commit4021ad55900b053d9060ae74cfaa504c117f89b7 (patch)
tree1605b6d5f17f4f7c4640537ed2ff662c3a3d2b24 /gcc/tree-phinodes.c
parent0eb09f3120838e6b0d02223f5c6ae96f808ec327 (diff)
downloadgcc-4021ad55900b053d9060ae74cfaa504c117f89b7.zip
gcc-4021ad55900b053d9060ae74cfaa504c117f89b7.tar.gz
gcc-4021ad55900b053d9060ae74cfaa504c117f89b7.tar.bz2
tree-phinodes.c (make_phi_node): Mark static.
2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * tree-phinodes.c (make_phi_node): Mark static. * tree-flow.h (make_phi_node): Remove extern decl. * doc/gimple.texi (make_phi_node): Remove documentation. From-SVN: r184545
Diffstat (limited to 'gcc/tree-phinodes.c')
-rw-r--r--gcc/tree-phinodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c
index 1d7e5c2..218a551 100644
--- a/gcc/tree-phinodes.c
+++ b/gcc/tree-phinodes.c
@@ -204,7 +204,7 @@ ideal_phi_node_len (int len)
/* Return a PHI node with LEN argument slots for variable VAR. */
-gimple
+static gimple
make_phi_node (tree var, int len)
{
gimple phi;