summaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-11-13 21:08:05 +0000
committerJeff Law <law@gcc.gnu.org>1997-11-13 14:08:05 -0700
commit4149fd3ef654ee064687919f7676ec74855bd910 (patch)
treecf6b1d1ba3862d99f741cbf1b26a9eb9ec826180 /gcc/config/mips
parentac1e0fbb3a408ae504b26283510542d79cdc14dc (diff)
downloadgcc-4149fd3ef654ee064687919f7676ec74855bd910.tar.gz
mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and xplus1 when xplus0 is not a register.
* mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete code swapping xplus0 and xplus1 when xplus0 is not a register. From-SVN: r16466
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 6ea1d77448f..1de2e25564d 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -2519,14 +2519,6 @@ typedef struct mips_args {
register enum rtx_code code0 = GET_CODE (xplus0); \
register enum rtx_code code1 = GET_CODE (xplus1); \
\
- if (code0 != REG && code1 == REG) \
- { \
- xplus0 = XEXP (xinsn, 1); \
- xplus1 = XEXP (xinsn, 0); \
- code0 = GET_CODE (xplus0); \
- code1 = GET_CODE (xplus1); \
- } \
- \
if (code0 == REG && REG_OK_FOR_BASE_P (xplus0)) \
{ \
if (code1 == CONST_INT \