mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 10:40:47 +08:00
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:
parent
32827f18cd
commit
e532f586e2
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user