diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 59404ec..283f476 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1314,7 +1314,7 @@ if_convertible_loop_p (struct loop *loop, bool *any_mask_load_store) refs.create (5); ddrs.create (25); - stack_vec<loop_p, 3> loop_nest; + auto_vec<loop_p, 3> loop_nest; res = if_convertible_loop_p_1 (loop, &loop_nest, &refs, &ddrs, any_mask_load_store); |