OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / genrecog.c
index 9abb13f..16a7b56 100644 (file)
@@ -795,7 +795,7 @@ validate_pattern (rtx pattern, rtx insn, rtx set, int set_code)
                 && GET_CODE (dest) != CC0
                 && GET_CODE (src) != PC
                 && GET_CODE (src) != CC0
-                && GET_CODE (src) != CONST_INT
+                && !CONST_INT_P (src)
                 && GET_CODE (src) != CALL)
          {
            const char *which;
@@ -2474,7 +2474,6 @@ write_header (void)
 #include \"function.h\"\n\
 #include \"insn-config.h\"\n\
 #include \"recog.h\"\n\
-#include \"real.h\"\n\
 #include \"output.h\"\n\
 #include \"flags.h\"\n\
 #include \"hard-reg-set.h\"\n\