(reg_raw_mode): Declare.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 1994 03:33:09 +0000 (03:33 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Apr 1994 03:33:09 +0000 (03:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7083 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/regs.h

index da41187..47463bf 100644 (file)
@@ -103,6 +103,13 @@ extern char regs_ever_live[FIRST_PSEUDO_REGISTER];
 
 extern char *reg_names[FIRST_PSEUDO_REGISTER];
 
+/* For each hard register, the widest mode object that it can contain.
+   This will be a MODE_INT mode if the register can hold integers.  Otherwise
+   it will be a MODE_FLOAT or a MODE_CC mode, whichever is valid for the
+   register.  */
+
+extern enum machine_mode reg_raw_mode[FIRST_PSEUDO_REGISTER];
+
 /* Vector indexed by regno; gives uid of first insn using that reg.
    This is computed by reg_scan for use by cse and loop.
    It is sometimes adjusted for subsequent changes during loop,