*** empty log message ***

From-SVN: r972
This commit is contained in:
Richard Stallman 1992-05-14 17:37:32 +00:00
parent b96806f679
commit d41293632f
2 changed files with 2 additions and 2 deletions

View File

@ -896,7 +896,7 @@ struct cumulative_args { int ints, floats; };
of a switch statement. If the code is computed here,
return it with a return statement. Otherwise, break from the switch. */
#define CONST_COSTS(RTX,CODE) \
#define CONST_COSTS(RTX,CODE, OUTER_CODE) \
case CONST_INT: \
if (INTVAL (RTX) == 0) \
return 0; \

View File

@ -669,7 +669,7 @@ enum reg_class { NO_REGS, GENERAL_REGS,
of a switch statement. If the code is computed here,
return it with a return statement. Otherwise, break from the switch. */
#define CONST_COSTS(RTX,CODE) \
#define CONST_COSTS(RTX,CODE, OUTER_CODE) \
case CONST_INT: \
if ((unsigned) INTVAL (RTX) < 077) return 1; \
case CONST: \