re PR bootstrap/48469 (bootstrap failure)

PR bootstrap/48469
	* combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
	declaration.

From-SVN: r171998
This commit is contained in:
Nathan Froyd 2011-04-05 19:33:49 +00:00 committed by Nathan Froyd
parent 32827f18cd
commit e532f586e2
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
PR bootstrap/48469
* combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
declaration.
2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
* combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links

View file

@ -1139,7 +1139,9 @@ combine_instructions (rtx f, unsigned int nregs)
FOR_BB_INSNS (this_basic_block, insn)
if (INSN_P (insn) && BLOCK_FOR_INSN (insn))
{
#ifdef AUTO_INC_DEC
rtx links;
#endif
subst_low_luid = DF_INSN_LUID (insn);
subst_insn = insn;