loop-iv: make find_simple_exit static
authorRoman Zhuykov <zhroma@ispras.ru>
Tue, 10 Mar 2020 16:54:50 +0000 (19:54 +0300)
committerRoman Zhuykov <zhroma@ispras.ru>
Tue, 10 Mar 2020 16:54:50 +0000 (19:54 +0300)
commitb888a051deb7df7587acbe8865513b86d2a1d49f
treefe3bc6c4cee200a34ca8a9f4c50e7d35cd785ddd
parent90b5ebd76934b6c297b92946a2989c5ed9cc13cc
loop-iv: make find_simple_exit static

Function 'find_simple_exit' is used only from loop-iv.c
In 2004-2006 it was also used in predict.c, but since r118694
(992c31e62304ed5d34247dbdef2db276d08fac05) it does not.

gcc/ChangeLog:
* loop-iv.c (find_simple_exit): Make it static.
* cfgloop.h: Remove the corresponding prototype.
gcc/ChangeLog
gcc/cfgloop.h
gcc/loop-iv.c