diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-05 19:33:49 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-05 19:33:49 +0000 |
commit | cebe9a671f7f1a9e6e6bd34b6b4ab7d15b13913e (patch) | |
tree | 3580ac19328759661ff95f5fef499bab2abcee8e /gcc/combine.c | |
parent | b87642af2091d6d0a7d7b199bfc393aac727b9a0 (diff) | |
download | gcc-cebe9a671f7f1a9e6e6bd34b6b4ab7d15b13913e.tar.gz |
PR bootstrap/48469
* combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171998 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 3e4a38c0a46..479ac6f332e 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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; |