* config/m68k/m68k.h: Fix comment.

From-SVN: r121063
This commit is contained in:
Andreas Schwab 2007-01-22 21:16:24 +00:00 committed by Andreas Schwab
parent 6ffa0491ad
commit c8832aae41
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-01-22 Andreas Schwab <schwab@suse.de>
* config/m68k/m68k.h: Fix comment.
2007-01-22 Jan Hubicka <jh@suse.cz>
* passes.c (init_optimization_passes): Do not rerun

View File

@ -310,8 +310,8 @@ Boston, MA 02110-1301, USA. */
/* For the m68k, we give the data registers numbers 0-7,
the address registers numbers 010-017 (8-15),
and the 68881 floating point registers numbers 020-027 (16-24).
We also have a fake `arg-pointer' register 030 (25) used for
and the 68881 floating point registers numbers 020-027 (16-23).
We also have a fake `arg-pointer' register 030 (24) used for
register elimination. */
#define FIRST_PSEUDO_REGISTER 25