]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
h8300.h (LEGITIMATE_CONSTANT_P): Make it always 1.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 30 Jun 2003 20:29:10 +0000 (20:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 30 Jun 2003 20:29:10 +0000 (20:29 +0000)
* config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1.

From-SVN: r68737

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 08be63ed9f5bd665a93ff0c6b20a75bb82459d71..d6644a88db8f6db205c4697e5ccdcfe387d20422 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
index c04e531e725fc9dcecf93b8de59f9bc678ad7555..c6918c2ebec1f769e1b38b0b8ccd8b21bb9211da 100644 (file)
@@ -802,7 +802,7 @@ struct cum_arg
 /* Nonzero if the constant value X is a legitimate general operand.
    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
    and check its validity for a certain class.