Commit b1e9510e by Jim Wilson

(mips_secondary_reload_class): Also handle SUBREGs.

From-SVN: r9059
parent 0e1cdc75
......@@ -5542,7 +5542,7 @@ mips_secondary_reload_class (class, mode, x)
if (class != HI_REG && class != LO_REG && class != MD_REGS)
return NO_REGS;
if (GET_CODE (x) == REG)
if (GET_CODE (x) == REG || GET_CODE (x) == SUBREG)
{
int regno = true_regnum (x);
......
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