mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 21:51:45 +08:00
* integrate.c (allocate_initial_values): Eliminate unused arg warning.
From-SVN: r45729
This commit is contained in:
parent
2cc222d386
commit
97a4f671ac
@ -1,3 +1,7 @@
|
||||
Fri Sep 21 11:20:12 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* integrate.c (allocate_initial_values): Eliminate unused arg warning.
|
||||
|
||||
21-09-2001 Richard Earnshaw (reanrsha@arm.com)
|
||||
|
||||
* cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
|
||||
|
@ -3070,7 +3070,7 @@ emit_initial_value_sets ()
|
||||
register initial values, register these allocations now. */
|
||||
void
|
||||
allocate_initial_values (reg_equiv_memory_loc)
|
||||
rtx *reg_equiv_memory_loc;
|
||||
rtx *reg_equiv_memory_loc ATTRIBUTE_UNUSED;
|
||||
{
|
||||
#ifdef ALLOCATE_INITIAL_VALUE
|
||||
struct initial_value_struct *ivs = cfun->hard_reg_initial_vals;
|
||||
|
Loading…
x
Reference in New Issue
Block a user