summaryrefslogtreecommitdiff
path: root/gcc/graphite-scop-detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite-scop-detection.h')
-rw-r--r--gcc/graphite-scop-detection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/graphite-scop-detection.h b/gcc/graphite-scop-detection.h
index 44c2223588d..f888464073a 100644
--- a/gcc/graphite-scop-detection.h
+++ b/gcc/graphite-scop-detection.h
@@ -20,6 +20,6 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-extern void build_scops (VEC (scop_p, heap) **);
-extern void dot_all_scops (VEC (scop_p, heap) *);
+extern void build_scops (vec<scop_p> *);
+extern void dot_all_scops (vec<scop_p> );
extern void dot_scop (scop_p);