* rtl.h (loc_mentioned_in_p): Declare.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 May 2000 01:11:22 +0000 (01:11 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 May 2000 01:11:22 +0000 (01:11 +0000)
commit2c6630701996e679b15e1d495e7999c68a4b43bd
tree58a6300e6b755d51992c7ba3c862952aada55ae8
parent265bd3d809182a05ff8a32750e712ae8ce699b52
* rtl.h (loc_mentioned_in_p): Declare.
* reload.c (loc_mentioned_in_p): Moved from here...
* rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
Fix loop increment for 'E' handling.
* loop.c (strength_reduce): When doing biv->giv conversion,
take multi-insn biv increments into account.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34150 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/loop.c
gcc/reload.c
gcc/rtl.h
gcc/rtlanal.c