summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sel-sched.c')
-rw-r--r--gcc/sel-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c
index e2edb0ab4c4..498be328e75 100644
--- a/gcc/sel-sched.c
+++ b/gcc/sel-sched.c
@@ -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. */