]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/sparc/sparc.h
(HARD_REGNO_MODE_OK): Update comment.
[gcc.git] / gcc / config / sparc / sparc.h
index 01d04be8f149b23cf27f6289e761408395c4c1b7..a033564860eb82abe8863aaeb10d9f0c13779f60 100644 (file)
@@ -396,9 +396,7 @@ extern int hard_regno_nregs[];
 extern int hard_regno_mode_ok[FIRST_PSEUDO_REGISTER];
 
 /* Value is 1 if hard register REGNO can hold a value of machine-mode MODE.
-   On SPARC, the cpu registers can hold any mode but the float registers
-   can only hold SFmode or DFmode.  See sparc.c for how we
-   initialize this.  */
+   See sparc.c for how we initialize this.  */
 #define HARD_REGNO_MODE_OK(REGNO, MODE) \
   ((hard_regno_mode_ok[REGNO] & (1<<(int)(MODE))) != 0)
 
This page took 0.02969 seconds and 5 git commands to generate.