]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/avr/avr.c (byte_immediate_operand): Remove Function.
authorGeorg-Johann Lay <gjl@gcc.gnu.org>
Thu, 25 Aug 2011 14:36:01 +0000 (14:36 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Thu, 25 Aug 2011 14:36:01 +0000 (14:36 +0000)
From-SVN: r178067

gcc/config/avr/avr.c

index 7575fc56d2f595cdf507a6004e0c5b0df481be1c..d48f722bfae7b07c1d8cdbf7a43e4f95b342d02d 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