* config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
From-SVN: r72337
This commit is contained in:
parent
c16eadc700
commit
e99faaaaaf
@ -1,3 +1,7 @@
|
||||
2003-10-11 Ian Lance Taylor <ian@wasabisystems.com>
|
||||
|
||||
* config/arm/arm.c (arm_regno_class): Handle IWMMXT_GR_REGS.
|
||||
|
||||
2003-10-11 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/m68k/lb1sf68.asm: Follow spelling conventions.
|
||||
|
@ -10300,6 +10300,9 @@ arm_regno_class (int regno)
|
||||
if (IS_IWMMXT_REGNUM (regno))
|
||||
return IWMMXT_REGS;
|
||||
|
||||
if (IS_IWMMXT_GR_REGNUM (regno))
|
||||
return IWMMXT_GR_REGS;
|
||||
|
||||
return FPA_REGS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user