Commit 90b97100 by Kazu Hirata Committed by Kazu Hirata

h8300.h (LEGITIMATE_CONSTANT_P): Make it always 1.

	* config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
	1.

From-SVN: r68737
parent f13e0d4e
2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1.
2003-06-30 Ulrich Weigand <uweigand@de.ibm.com> 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
* config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
......
...@@ -802,7 +802,7 @@ struct cum_arg ...@@ -802,7 +802,7 @@ struct cum_arg
/* Nonzero if the constant value X is a legitimate general operand. /* Nonzero if the constant value X is a legitimate general operand.
It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE. */ It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE. */
#define LEGITIMATE_CONSTANT_P(X) (GET_CODE (X) != CONST_DOUBLE) #define LEGITIMATE_CONSTANT_P(X) (1)
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
and check its validity for a certain class. and check its validity for a certain class.
......
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