diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-26 07:06:07 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-26 07:06:07 -0400 |
commit | 42495ca044a8ecaf057eb4a6c82a47a562576ab8 (patch) | |
tree | 6b86d635f55150afa30d63508d7b707767beab90 /gcc/fold-const.c | |
parent | 3a6e78aded8d4afe5150ce86c036efd096f79db0 (diff) | |
download | gcc-42495ca044a8ecaf057eb4a6c82a47a562576ab8.zip gcc-42495ca044a8ecaf057eb4a6c82a47a562576ab8.tar.gz gcc-42495ca044a8ecaf057eb4a6c82a47a562576ab8.tar.bz2 |
*** empty log message ***
From-SVN: r1296
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index a269109..99d347d 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2134,7 +2134,6 @@ optimize_bit_field_compare (code, compare_type, lhs, rhs) #if BYTES_BIG_ENDIAN lbitpos = lnbitsize - lbitsize - lbitpos; - rbitpos = rnbitsize - rbitsize - rbitpos; #endif /* Make the mask to be used against the extracted field. */ |