Remove trash character introduced by last patch.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 1 Mar 1993 22:13:39 +0000 (17:13 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 1 Mar 1993 22:13:39 +0000 (17:13 -0500)
From-SVN: r3576

gcc/combine.c

index e849da14cf7abc86fe10e782d589c1e06b3873b1..e6c925051d5d21e1813ec26a3767093d88bf1308 100644 (file)
@@ -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))