mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 09:54:51 +08:00
* sel-sched.c (fur_orig_expr_found): Mark arguments unused.
From-SVN: r139916
This commit is contained in:
parent
b328f3af06
commit
a20d71301e
@ -1,3 +1,7 @@
|
||||
2008-09-02 Adam Nemet <anemet@caviumnetworks.com>
|
||||
|
||||
* sel-sched.c (fur_orig_expr_found): Mark arguments unused.
|
||||
|
||||
2008-09-02 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* dwarf2out.c (tree_add_const_value_attribute): Only handle
|
||||
|
@ -1099,7 +1099,7 @@ init_hard_regno_rename (int regno)
|
||||
/* A wrapper around HARD_REGNO_RENAME_OK that will look into the hard regs
|
||||
data first. */
|
||||
static inline bool
|
||||
sel_hard_regno_rename_ok (int from, int to)
|
||||
sel_hard_regno_rename_ok (int from ATTRIBUTE_UNUSED, int to ATTRIBUTE_UNUSED)
|
||||
{
|
||||
#ifdef HARD_REGNO_RENAME_OK
|
||||
/* Check whether this is all calculated. */
|
||||
|
Loading…
Reference in New Issue
Block a user