diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-01 10:49:14 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-01 10:49:14 +0000 |
commit | 52c6c602f0c1a0008170c0594c09939e21bb3909 (patch) | |
tree | 810cc8685d927da3213932d1bc7efb409bf3cbc0 /gcc/tree-ssa-loop-ivcanon.c | |
parent | cd89b631eed9aaa2e9fa3cfd57465d643e7020f2 (diff) | |
download | gcc-52c6c602f0c1a0008170c0594c09939e21bb3909.tar.gz |
...and remove accidentally committed changes in r209976
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivcanon.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index e9a9cfbd1fe..6b5a4eb5d00 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -685,10 +685,7 @@ 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 - { - n_unroll = 0; - exit = NULL; - } + exit = NULL; /* See if we can improve our estimate by using recorded loop bounds. */ if (maxiter >= 0 |