From b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 1 Mar 1993 17:13:39 -0500 Subject: [PATCH] Remove trash character introduced by last patch. From-SVN: r3576 --- gcc/combine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2