Commit afa63532 by Jan-Benedict Glaw Committed by Nick Clifton

frv-protos.h (frv_ifcvt_machdep_init): Prototype.

	* config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
	* config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
	(unused) parameter to void *.

Co-Authored-By: Nick Clifton <nickc@redhat.com>

From-SVN: r189783
parent fdc030e8
2012-07-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
Nick Clifton <nickc@redhat.com>
* config/frv/frv-protos.h (frv_ifcvt_machdep_init): Prototype.
* config/frv/frv.c (frv_ifcvt_machdep_init): Change type of
(unused) parameter to void *.
2012-07-23 Richard Guenther <rguenther@suse.de> 2012-07-23 Richard Guenther <rguenther@suse.de>
* tree-ssa-alias.c (dump_alias_info): Walk over local decls * tree-ssa-alias.c (dump_alias_info): Walk over local decls
......
/* Frv prototypes. /* Frv prototypes.
Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008, 2009, 2010, Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2007, 2008, 2009, 2010,
2011 2011, 2012
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Red Hat, Inc. Contributed by Red Hat, Inc.
...@@ -26,6 +26,7 @@ extern void frv_expand_epilogue (bool); ...@@ -26,6 +26,7 @@ extern void frv_expand_epilogue (bool);
extern frv_stack_t *frv_stack_info (void); extern frv_stack_t *frv_stack_info (void);
extern void frv_debug_stack (frv_stack_t *); extern void frv_debug_stack (frv_stack_t *);
extern int frv_initial_elimination_offset (int, int); extern int frv_initial_elimination_offset (int, int);
extern void frv_ifcvt_machdep_init (void *);
#ifdef RTX_CODE #ifdef RTX_CODE
extern int frv_legitimate_address_p_1 (enum machine_mode, rtx, extern int frv_legitimate_address_p_1 (enum machine_mode, rtx,
......
...@@ -5226,7 +5226,7 @@ frv_clear_registers_used (rtx *ptr, void *data) ...@@ -5226,7 +5226,7 @@ frv_clear_registers_used (rtx *ptr, void *data)
On the FR-V, we don't have any extra fields per se, but it is useful hook to On the FR-V, we don't have any extra fields per se, but it is useful hook to
initialize the static storage. */ initialize the static storage. */
void void
frv_ifcvt_machdep_init (ce_if_block_t *ce_info ATTRIBUTE_UNUSED) frv_ifcvt_machdep_init (void *ce_info ATTRIBUTE_UNUSED)
{ {
frv_ifcvt.added_insns_list = NULL_RTX; frv_ifcvt.added_insns_list = NULL_RTX;
frv_ifcvt.cur_scratch_regs = 0; frv_ifcvt.cur_scratch_regs = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment