Comments
Patch
===================================================================
@@ -1132,7 +1132,7 @@ (define_expand "add<mode>3"
}
}
- if (CONST_FIXED == GET_CODE (operands[2]))
+ if (CONST_FIXED_P (operands[2]))
{
emit_insn (gen_add<mode>3_clobber (operands[0], operands[1],
operands[2]));
DONE;
===================================================================
@@ -49,10 +49,6 @@
#include "params.h"
#include "df.h"
-#ifndef CONST_FIXED_P
-#define CONST_FIXED_P(X) (CONST_FIXED == GET_CODE (X))
-#endif
-
/* Maximal allowed offset for an address in the LD command */
#define MAX_LD_OFFSET(MODE) (64 - (signed)GET_MODE_SIZE (MODE))