diff options
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index ac69384..e144d64 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1468,7 +1468,8 @@ extern const struct mips_cpu_info *mips_tune_info; - 8 condition code registers - 2 accumulator registers (hi and lo) - 32 registers each for coprocessors 0, 2 and 3 - - 6 dummy entries that were used at various times in the past. */ + - FAKE_CALL_REGNO (see the comment above load_callsi for details) + - 5 dummy entries that were used at various times in the past. */ #define FIRST_PSEUDO_REGISTER 176 |