Commit 1b849cce by Hans-Peter Nilsson

Remove unused mclass variable in mmix_function_outgoing_value

From-SVN: r46748
parent 231008e5
...@@ -530,7 +530,6 @@ mmix_function_outgoing_value (valtype, func) ...@@ -530,7 +530,6 @@ mmix_function_outgoing_value (valtype, func)
tree func ATTRIBUTE_UNUSED; tree func ATTRIBUTE_UNUSED;
{ {
enum machine_mode mode = TYPE_MODE (valtype); enum machine_mode mode = TYPE_MODE (valtype);
enum mode_class mclass = GET_MODE_CLASS (mode);
enum machine_mode cmode; enum machine_mode cmode;
int first_val_regnum = MMIX_OUTGOING_RETURN_VALUE_REGNUM; int first_val_regnum = MMIX_OUTGOING_RETURN_VALUE_REGNUM;
rtx vec[MMIX_MAX_REGS_FOR_VALUE]; rtx vec[MMIX_MAX_REGS_FOR_VALUE];
......
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