From: Richard Kenner Date: Mon, 1 Mar 1993 22:13:39 +0000 (-0500) Subject: Remove trash character introduced by last patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f;p=gcc.git Remove trash character introduced by last patch. From-SVN: r3576 --- diff --git a/gcc/combine.c b/gcc/combine.c index e849da14cf7..e6c925051d5 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -5920,7 +5920,7 @@ simplify_and_const_int (x, mode, varop, constop) case LSHIFTRT: /* If we have (and (lshiftrt FOO C1) C2) where the combination of the shift and AND produces only copies of the sign bit (C2 is one less - than a power of two), we can do this with just a shift. */+ + than a power of two), we can do this with just a shift. */ if (GET_CODE (XEXP (varop, 1)) == CONST_INT && ((INTVAL (XEXP (varop, 1))