Commit 842a0788 by Aldy Hernandez

fix secondary_reload typo from last patch

From-SVN: r37043
parent 15c09738
...@@ -563,7 +563,7 @@ secondary_reload_class (class, mode, in) ...@@ -563,7 +563,7 @@ secondary_reload_class (class, mode, in)
&& REGNO (SUBREG_REG (in)) >= FIRST_PSEUDO_REGISTER)) && REGNO (SUBREG_REG (in)) >= FIRST_PSEUDO_REGISTER))
&& (mode == QImode || mode == HImode) && (mode == QImode || mode == HImode)
&& (class == ADDRESS_REGS || class == SP_REGS && (class == ADDRESS_REGS || class == SP_REGS
|| class == DATA_OR_ADDRESS_REGS)) || class == SP_OR_ADDRESS_REGS))
{ {
if (TARGET_AM33) if (TARGET_AM33)
return DATA_OR_EXTENDED_REGS; return DATA_OR_EXTENDED_REGS;
......
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