diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-03-01 17:13:39 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-03-01 17:13:39 -0500 |
commit | b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f (patch) | |
tree | 92e0f802a285e458b008915512fa9f797cabe550 | |
parent | 500c518b4de7d7f41364ee22d2600e86fb256a53 (diff) | |
download | gcc-b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f.zip gcc-b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f.tar.gz gcc-b8a68db6c261bcb827ff956dfbdbe3fe5cf5042f.tar.bz2 |
Remove trash character introduced by last patch.
From-SVN: r3576
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index e849da1..e6c9250 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)) |