Commit 5e9bd142 by Andreas Schwab Committed by Andreas Schwab

* config/m68k/m68k.h (IRA_COVER_CLASSES): Define.

From-SVN: r140275
parent a64057fc
2008-09-11 Andreas Schwab <schwab@suse.de>
* config/m68k/m68k.h (IRA_COVER_CLASSES): Define.
2008-09-11 Jakub Jelinek <jakub@redhat.com>
PR target/37382
......
......@@ -516,6 +516,11 @@ extern enum reg_class regno_reg_class[];
/* Moves between fp regs and other regs are two insns. */
#define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2) \
((((CLASS1) == FP_REGS) != ((CLASS2) == FP_REGS)) ? 4 : 2)
#define IRA_COVER_CLASSES \
{ \
ALL_REGS, LIM_REG_CLASSES \
}
/* Stack layout; function entry, exit and calling. */
......
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