fix compilation on AUTO_INC_DEC targets
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 5 Apr 2011 18:36:15 +0000 (18:36 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 5 Apr 2011 18:36:15 +0000 (18:36 +0000)
commit3fb7c0552c37364112b0d777a22983ab4f66a4f7
treea07f964dfe4e0ee6da3f8b30f03dd8e754157aad
parentb71b43d913a9f2f9b4f3c635879480c7adb1bbef
fix compilation on AUTO_INC_DEC targets

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.

From-SVN: r171995
gcc/ChangeLog
gcc/combine.c