aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r--gcc/graphite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c
index beb94a7..b45659c 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -255,7 +255,7 @@ graphite_transform_loops (void)
int i;
scop_p scop;
bool need_cfg_cleanup_p = false;
- vec<scop_p> scops = vec<scop_p>();
+ vec<scop_p> scops = vNULL;
htab_t bb_pbb_mapping;
isl_ctx *ctx;