OSDN Git Service

* machmode.def: Correct comment.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 16:38:49 +0000 (16:38 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 16:38:49 +0000 (16:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36886 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/machmode.def

index cb52f05..d06524f 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * machmode.def: Correct comment.
+
 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
 
        * print-rtl.c (print_rtx_head): Constify.
index 4df4da7..8b5190c 100644 (file)
@@ -56,8 +56,8 @@ Boston, MA 02111-1307, USA.  */
    A byte's size is determined by BITS_PER_UNIT in tm.h. 
 
    Sixth arg is the relative size of subunits of the object.
-   It is same as the fourth argument except for complexes,
-   since they are really made of two equal size subunits.
+   It is same as the fifth argument except for complexes and vectors,
+   since they are really made of many equal size subunits.
 
    Seventh arg is next wider natural mode of the same class.
    0 if there is none.  */