aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-06-22 12:29:33 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-06-22 12:29:33 +0000
commit62e0a1ed43184c59f3c5d0d30b7a573c7574c00f (patch)
treec3219bcca178f5d132ff02ba16435f89fac9c6c1 /gcc/tree-flow.h
parentd25df8825432c8589b42f2b12e078c7eb596e947 (diff)
downloadgcc-62e0a1ed43184c59f3c5d0d30b7a573c7574c00f.zip
gcc-62e0a1ed43184c59f3c5d0d30b7a573c7574c00f.tar.gz
gcc-62e0a1ed43184c59f3c5d0d30b7a573c7574c00f.tar.bz2
[multiple changes]
2012-06-22 Richard Guenther <rguenther@suse.de> Merge from graphite branch 2011-08-10 Sebastian Pop <sebpop@gmail.com> * graphite-sese-to-poly.c (build_scop_drs): Fix memory leak. 2012-01-13 Tobias Grosser <tobias@grosser.es> * tree-flow.h (parallelized_function_p): Declare. * tree-parloops.c (parallelized_function_p): Export. * graphite.c (graphite_transform_loops): Do not run graphite on already parallel functions. libgomp/ * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. * testsuite/libgomp.graphite/force-parallel-2.c: Likewise. From-SVN: r188885
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index cefc9c0..40935f2 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -858,6 +858,9 @@ void warn_function_noreturn (tree);
/* In tree-ssa-ter.c */
bool stmt_is_replaceable_p (gimple);
+/* In tree-parloops.c */
+bool parallelized_function_p (tree);
+
#include "tree-flow-inline.h"
void swap_tree_operands (gimple, tree *, tree *);