]> gcc.gnu.org Git - gcc.git/commitdiff
(HARD_REGNO_MODE_OK): Update comment.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 20 Feb 1994 20:47:44 +0000 (12:47 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 20 Feb 1994 20:47:44 +0000 (12:47 -0800)
From-SVN: r6593

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.061161 seconds and 5 git commands to generate.