* machmode.def: Correct comment.

From-SVN: r36886
This commit is contained in:
Theodore Papadopoulo 2000-10-16 18:38:49 +02:00 committed by Jeff Law
parent 47c10e9bf9
commit 11f3dc8922
2 changed files with 6 additions and 2 deletions

View 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.

View 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. */