]> gcc.gnu.org Git - gcc.git/commitdiff
(CLASS_CANNOT_CHANGE_SIZE): New macro.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 7 Aug 1994 12:54:28 +0000 (08:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 7 Aug 1994 12:54:28 +0000 (08:54 -0400)
From-SVN: r7870

gcc/config/alpha/alpha.h

index d9731a84128170ed49a5b2d8bf26bc389b9020df..3caf7cc83baeb80aa1a8ea822f6f1d42814a14d2 100644 (file)
@@ -584,6 +584,11 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
 #define CLASS_MAX_NREGS(CLASS, MODE)                           \
  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
 
+/* If defined, gives a class of registers that cannot be used as the
+   operand of a SUBREG that changes the size of the object.  */
+
+#define CLASS_CANNOT_CHANGE_SIZE       FLOAT_REGS
+
 /* Define the cost of moving between registers of various classes.  Moving
    between FLOAT_REGS and anything else except float regs is expensive. 
    In fact, we make it quite expensive because we really don't want to
This page took 0.066259 seconds and 5 git commands to generate.