aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/lm32
diff options
context:
space:
mode:
authorJon Beniston <jon@beniston.com>2010-05-27 15:05:48 +0000
committerJon Beniston <jbeniston@gcc.gnu.org>2010-05-27 15:05:48 +0000
commit9bb8145323498ee3265e4e1d544d8bd2344999d6 (patch)
tree94a7927fcbb63d9f69007f427097fe312cf92b84 /gcc/config/lm32
parent7951d88a0c68059bc28a8fdd89390d0c315b7e34 (diff)
downloadgcc-9bb8145323498ee3265e4e1d544d8bd2344999d6.zip
gcc-9bb8145323498ee3265e4e1d544d8bd2344999d6.tar.gz
gcc-9bb8145323498ee3265e4e1d544d8bd2344999d6.tar.bz2
PR 43726 * config/lm32/lm32.h: Remove definition of GO_IF_MODE_DEPENDENT_ADDRESS.
From-SVN: r159922
Diffstat (limited to 'gcc/config/lm32')
-rw-r--r--gcc/config/lm32/lm32.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h
index 814f5b5..3a81457 100644
--- a/gcc/config/lm32/lm32.h
+++ b/gcc/config/lm32/lm32.h
@@ -1,7 +1,7 @@
/* Definitions of target machine for GNU compiler, Lattice Mico32 architecture.
Contributed by Jon Beniston <jon@beniston.com>
- Copyright (C) 2009 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010 Free Software Foundation, Inc.
This file is part of GCC.
@@ -371,9 +371,6 @@ enum reg_class
#define REG_OK_FOR_BASE_P(X) NONSTRICT_REG_OK_FOR_BASE_P(X)
#endif
-#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL) \
- if (GET_CODE (ADDR) == PLUS) goto LABEL; \
-
#define LEGITIMATE_CONSTANT_P(X) lm32_legitimate_constant_p
/*-------------------------*/