diff options
Diffstat (limited to 'gcc/tree-ssa-loop-split.c')
-rw-r--r-- | gcc/tree-ssa-loop-split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-split.c b/gcc/tree-ssa-loop-split.c index 57252d7..7809db0 100644 --- a/gcc/tree-ssa-loop-split.c +++ b/gcc/tree-ssa-loop-split.c @@ -497,7 +497,7 @@ split_loop (struct loop *loop1, struct tree_niter_desc *niter) unsigned i; bool changed = false; tree guard_iv; - tree border; + tree border = NULL_TREE; affine_iv iv; bbs = get_loop_body (loop1); |