Typo in last commit.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 30 Sep 1998 18:04:51 +0000 (11:04 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 30 Sep 1998 18:04:51 +0000 (11:04 -0700)
From-SVN: r22687

gcc/function.c

index 3361fd857294c41b988d12165b440cf44a483b84..d4f29dbf73f49d277c5edd85a17633369a9b2e1a 100644 (file)
@@ -2886,7 +2886,7 @@ purge_addressof_1 (loc, insn, force, store)
              if (WORDS_BIG_ENDIAN)
                {
                  bitpos += (size_sub / BITS_PER_WORD) * BITS_PER_WORD;
-                 bitpos += (size_x / BITS_PER_WORD) * BITS_PER_WORD;
+                 bitpos -= (size_x / BITS_PER_WORD) * BITS_PER_WORD;
                }
              if (BYTES_BIG_ENDIAN)
                {