Do LEGITIMIZE_ADDRESS even if not optimizing.
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 8 Dec 1992 22:49:22 +0000 (22:49 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 8 Dec 1992 22:49:22 +0000 (22:49 +0000)
From-SVN: r2851

gcc/config/mips/mips.h

index 2653b38956733528755ce0c1f56a839ce2f1f6e1..d581ff32a10b5562ea63509be16cb9b2067d8389 100644 (file)
@@ -482,7 +482,7 @@ while (0)
 \f
 /* 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);                           \