diff options
Diffstat (limited to 'gcc/config/picochip/picochip.h')
-rw-r--r-- | gcc/config/picochip/picochip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/picochip/picochip.h b/gcc/config/picochip/picochip.h index abe6d6432b5..9eb7df94c01 100644 --- a/gcc/config/picochip/picochip.h +++ b/gcc/config/picochip/picochip.h @@ -221,7 +221,7 @@ extern enum picochip_dfa_type picochip_schedule_type; #define CALL_USED_REGISTERS {1,1,1,1,1,1,0,0, 0,0,0,0,1,1,0,1, 1,1,1,1} #define CALL_REALLY_USED_REGISTERS {1,1,1,1,1,1,0,0, 0,0,0,0,1,1,0,0, 0,1,0,0} -/* Define the number of the picoChip link and condition psuedo registers. */ +/* Define the number of the picoChip link and condition pseudo registers. */ #define LINK_REGNUM 12 #define CC_REGNUM 17 #define ACC_REGNUM 16 |