]> gcc.gnu.org Git - gcc.git/commitdiff
(left_shift_overflows): Remove; unused.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Jan 1996 13:56:11 +0000 (08:56 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Jan 1996 13:56:11 +0000 (08:56 -0500)
From-SVN: r11021

gcc/fold-const.c

index 1c51ba8a7a07fb1a8d50b92f8fc34777fe695bd5..e4cf9e6487571c820f63824a0ae6a3e12b3f965a 100644 (file)
@@ -84,9 +84,6 @@ static tree strip_compound_expr PROTO((tree, tree));
 #define BRANCH_COST 1
 #endif
 
-/* Yield nonzero if a signed left shift of A by B bits overflows.  */
-#define left_shift_overflows(a, b)  ((a)  !=  ((a) << (b)) >> (b))
-
 /* Suppose A1 + B1 = SUM1, using 2's complement arithmetic ignoring overflow.
    Suppose A, B and SUM have the same respective signs as A1, B1, and SUM1.
    Then this yields nonzero if overflow occurred during the addition.
This page took 0.075782 seconds and 5 git commands to generate.