Commit 11f3dc89 by Theodore Papadopoulo Committed by Jeff Law

* machmode.def: Correct comment.

From-SVN: r36886
parent 47c10e9b
2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* machmode.def: Correct comment.
2000-10-16 Rodney Brown <RodneyBrown@mynd.com> 2000-10-16 Rodney Brown <RodneyBrown@mynd.com>
* print-rtl.c (print_rtx_head): Constify. * print-rtl.c (print_rtx_head): Constify.
......
...@@ -56,8 +56,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -56,8 +56,8 @@ Boston, MA 02111-1307, USA. */
A byte's size is determined by BITS_PER_UNIT in tm.h. A byte's size is determined by BITS_PER_UNIT in tm.h.
Sixth arg is the relative size of subunits of the object. Sixth arg is the relative size of subunits of the object.
It is same as the fourth argument except for complexes, It is same as the fifth argument except for complexes and vectors,
since they are really made of two equal size subunits. since they are really made of many equal size subunits.
Seventh arg is next wider natural mode of the same class. Seventh arg is next wider natural mode of the same class.
0 if there is none. */ 0 if there is none. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment