From cd89b631eed9aaa2e9fa3cfd57465d643e7020f2 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Thu, 1 May 2014 10:47:19 +0000 Subject: Post-merge build fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209976 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-ssa-loop-ivcanon.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/tree-ssa-loop-ivcanon.c') diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 6b5a4eb5d00..e9a9cfbd1fe 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -685,7 +685,10 @@ try_unroll_loop_completely (struct loop *loop, /* We do not know the number of iterations and thus we can not eliminate the EXIT edge. */ else - exit = NULL; + { + n_unroll = 0; + exit = NULL; + } /* See if we can improve our estimate by using recorded loop bounds. */ if (maxiter >= 0 -- cgit v1.2.1