From b3de0f1f0e07648d98ca9b21e7029f25df260bab Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 8 Dec 1992 22:49:22 +0000 Subject: [PATCH] Do LEGITIMIZE_ADDRESS even if not optimizing. From-SVN: r2851 --- gcc/config/mips/mips.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 2653b389567..d581ff32a10 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -482,7 +482,7 @@ while (0) /* Print subsidiary information on the compiler version in use. */ -#define MIPS_VERSION "[AL 1.1, MM 30]" +#define MIPS_VERSION "[AL 1.1, MM 31]" #ifndef MACHINE_TYPE #define MACHINE_TYPE "BSD Mips" @@ -2265,7 +2265,7 @@ __enable_execute_stack (addr) \ GO_DEBUG_RTX (xinsn); \ } \ \ - if (GET_CODE (xinsn) == PLUS && optimize) \ + if (GET_CODE (xinsn) == PLUS) \ { \ register rtx xplus0 = XEXP (xinsn, 0); \ register rtx xplus1 = XEXP (xinsn, 1); \ -- 2.30.2