Commit b3de0f1f by Michael Meissner

Do LEGITIMIZE_ADDRESS even if not optimizing.

From-SVN: r2851
parent 9bb77117
...@@ -482,7 +482,7 @@ while (0) ...@@ -482,7 +482,7 @@ while (0)
/* Print subsidiary information on the compiler version in use. */ /* 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 #ifndef MACHINE_TYPE
#define MACHINE_TYPE "BSD Mips" #define MACHINE_TYPE "BSD Mips"
...@@ -2265,7 +2265,7 @@ __enable_execute_stack (addr) \ ...@@ -2265,7 +2265,7 @@ __enable_execute_stack (addr) \
GO_DEBUG_RTX (xinsn); \ GO_DEBUG_RTX (xinsn); \
} \ } \
\ \
if (GET_CODE (xinsn) == PLUS && optimize) \ if (GET_CODE (xinsn) == PLUS) \
{ \ { \
register rtx xplus0 = XEXP (xinsn, 0); \ register rtx xplus0 = XEXP (xinsn, 0); \
register rtx xplus1 = XEXP (xinsn, 1); \ register rtx xplus1 = XEXP (xinsn, 1); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment