lra-eliminations.c (init_elim_table): Guard value_p.

2013-09-27  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* lra-eliminations.c (init_elim_table): Guard value_p.

From-SVN: r202991
This commit is contained in:
Jan-Benedict Glaw 2013-09-27 20:20:35 +00:00 committed by Jan-Benedict Glaw
parent 6029d9db70
commit 522d4efcd3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* lra-eliminations.c (init_elim_table): Guard value_p.
2013-09-27 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow

View File

@ -1160,9 +1160,9 @@ update_reg_eliminate (bitmap insns_with_changed_offsets)
static void
init_elim_table (void)
{
bool value_p;
struct elim_table *ep;
#ifdef ELIMINABLE_REGS
bool value_p;
const struct elim_table_1 *ep1;
#endif