Commit a20d7130 by Adam Nemet Committed by Adam Nemet

* sel-sched.c (fur_orig_expr_found): Mark arguments unused.

From-SVN: r139916
parent b328f3af
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. */
......
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