Commit 9bb81453 by Jon Beniston Committed by Jon Beniston

PR 43726 * config/lm32/lm32.h: Remove definition of GO_IF_MODE_DEPENDENT_ADDRESS.

From-SVN: r159922
parent 7951d88a
2010-05-27 Jon `:wqBeniston <jon@beniston.com
PR 43726
* config/lm32/lm32.h: Remove definition of
GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
PR lto/44230
......
/* 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
/*-------------------------*/
......
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