]> gcc.gnu.org Git - gcc.git/commitdiff
(TYPE_DEPENDENT_REG): Delete.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 6 Jun 1996 23:24:53 +0000 (16:24 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 6 Jun 1996 23:24:53 +0000 (16:24 -0700)
From-SVN: r12194

gcc/config/mips/abi64.h

index e7248cfe9f9ddd5e0e89f88bb4ea03e89eb597d2..9f6f76b80e5f1f6ebffa8c270d9e56658deb12a7 100644 (file)
@@ -152,10 +152,6 @@ Boston, MA 02111-1307, USA.  */
          && (mips_abi == ABI_32 || GET_MODE_CLASS (MODE) == MODE_INT)))\
       ? downward : upward))
 
-extern struct rtx_def *type_dependent_reg ();
-#define TYPE_DEPENDENT_REG(REGNO, INDEX, TYPE) \
-  type_dependent_reg (REGNO, INDEX, TYPE)
-
 #undef RETURN_IN_MEMORY
 #define RETURN_IN_MEMORY(TYPE) \
   (mips_abi == ABI_32                                                  \
This page took 0.067743 seconds and 5 git commands to generate.