aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2015-04-23 18:23:26 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2015-04-23 16:23:26 +0000
commit0b5751c240669d2f37d29d3bcb3fb4afa5220d0f (patch)
tree167538ec9422ba020ace2c0e519ba908f4adaac3 /gcc/tree.c
parent381811fa306b8bb2b60d6b7854cc249d89dc52e5 (diff)
downloadgcc-0b5751c240669d2f37d29d3bcb3fb4afa5220d0f.zip
gcc-0b5751c240669d2f37d29d3bcb3fb4afa5220d0f.tar.gz
gcc-0b5751c240669d2f37d29d3bcb3fb4afa5220d0f.tar.bz2
tree.h (attribute_value_equal): Declare.
* tree.h (attribute_value_equal): Declare. * tree.c (attribute_value_equal): Export. From-SVN: r222380
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 01860af..497b145 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -4873,7 +4873,7 @@ simple_cst_list_equal (const_tree l1, const_tree l2)
attribute values are known to be equal; otherwise return false.
*/
-static bool
+bool
attribute_value_equal (const_tree attr1, const_tree attr2)
{
if (TREE_VALUE (attr1) == TREE_VALUE (attr2))