simplify-rtx.c: (simplify_subreg) Fix typo in comment
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Wed, 11 Jul 2001 00:52:01 +0000 (00:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 11 Jul 2001 00:52:01 +0000 (00:52 +0000)
2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>

* simplify-rtx.c: (simplify_subreg) Fix typo in comment

From-SVN: r43916

gcc/ChangeLog
gcc/simplify-rtx.c

index 34b7610b6358c44fc8f48cc62232a38154fc7642..221b50aab963a69f4101fa12d31804fa92c63204 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * simplify-rtx.c: (simplify_subreg) Fix typo in comment
+
 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * recog.c (offsettable_address_p): Handle LO_SUM case.
index b21066ed3cffb3468e576f871f14a87ee24212ba..b5006d83de39fd9a4d17568b99cf95ba92e35def 100644 (file)
@@ -2198,7 +2198,7 @@ simplify_subreg (outermode, op, innermode, byte)
       int offset, part;
       unsigned HOST_WIDE_INT val = 0;
 
-      /* ??? This code is partly redundant with code bellow, but can handle
+      /* ??? This code is partly redundant with code below, but can handle
         the subregs of floats and similar corner cases.
         Later it we should move all simplification code here and rewrite
         GEN_LOWPART_IF_POSSIBLE, GEN_HIGHPART, OPERAND_SUBWORD and friends