OSDN Git Service

fix compilation on AUTO_INC_DEC targets
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2011 18:36:15 +0000 (18:36 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2011 18:36:15 +0000 (18:36 +0000)
commit2415b8ff57f8ae602518d6e7e8b8fe4f6fec4a09
treea07f964dfe4e0ee6da3f8b30f03dd8e754157aad
parent72269ab0760904c48b83d0f063e16cdeaf246406
fix compilation on AUTO_INC_DEC targets
* combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
as an rtx.
(try_combine) [AUTO_INC_DEC]: Declare a local link rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171995 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c