* config/avr/avr.c (byte_immediate_operand): Remove Function.
From-SVN: r178067
This commit is contained in:
parent
01bb8ae217
commit
3e4c754bbf
@ -1628,15 +1628,6 @@ ret_cond_branch (rtx x, int len, int reverse)
|
||||
return "";
|
||||
}
|
||||
|
||||
/* Predicate function for immediate operand which fits to byte (8bit) */
|
||||
|
||||
int
|
||||
byte_immediate_operand (rtx op, enum machine_mode mode ATTRIBUTE_UNUSED)
|
||||
{
|
||||
return (GET_CODE (op) == CONST_INT
|
||||
&& INTVAL (op) <= 0xff && INTVAL (op) >= 0);
|
||||
}
|
||||
|
||||
/* Output insn cost for next insn. */
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user