* config/avr/avr.c (byte_immediate_operand): Remove Function.

From-SVN: r178067
This commit is contained in:
Georg-Johann Lay 2011-08-25 14:36:01 +00:00
parent 01bb8ae217
commit 3e4c754bbf

View File

@ -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