mirror of git://gcc.gnu.org/git/gcc.git
* function.c (set_insn_locators): Mark as unused.
From-SVN: r68350
This commit is contained in:
parent
d302c9d6ce
commit
4c4d143ab2
|
|
@ -1,3 +1,7 @@
|
|||
2003-06-22 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* function.c (set_insn_locators): Mark as unused.
|
||||
|
||||
2003-06-22 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* common.opt: Add -finline-limit.
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ static void do_clobber_return_reg PARAMS ((rtx, void *));
|
|||
static void do_use_return_reg PARAMS ((rtx, void *));
|
||||
static void instantiate_virtual_regs_lossage PARAMS ((rtx));
|
||||
static tree split_complex_args (tree);
|
||||
static void set_insn_locators (rtx, int);
|
||||
static void set_insn_locators (rtx, int) ATTRIBUTE_UNUSED;
|
||||
|
||||
/* Pointer to chain of `struct function' for containing functions. */
|
||||
static GTY(()) struct function *outer_function_chain;
|
||||
|
|
|
|||
Loading…
Reference in New Issue