*** empty log message ***
From-SVN: r972
This commit is contained in:
parent
b96806f679
commit
d41293632f
@ -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; \
|
||||
|
@ -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: \
|
||||
|
Loading…
Reference in New Issue
Block a user