mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
6029d9db70
commit
522d4efcd3
|
|
@ -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>
|
2013-09-27 Michael Meissner <meissner@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
|
* config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
|
||||||
|
|
|
||||||
|
|
@ -1160,9 +1160,9 @@ update_reg_eliminate (bitmap insns_with_changed_offsets)
|
||||||
static void
|
static void
|
||||||
init_elim_table (void)
|
init_elim_table (void)
|
||||||
{
|
{
|
||||||
bool value_p;
|
|
||||||
struct elim_table *ep;
|
struct elim_table *ep;
|
||||||
#ifdef ELIMINABLE_REGS
|
#ifdef ELIMINABLE_REGS
|
||||||
|
bool value_p;
|
||||||
const struct elim_table_1 *ep1;
|
const struct elim_table_1 *ep1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue