* config/avr/avr.c (byte_immediate_operand): Remove Function.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Aug 2011 14:36:01 +0000 (14:36 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Aug 2011 14:36:01 +0000 (14:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/avr/avr.c

index 7575fc5..d48f722 100644 (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