diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-16 16:38:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-16 16:38:49 +0000 |
commit | 763dd781ec4ee506cbe6f72a37a3e180e7c9388f (patch) | |
tree | b943a5917f13c3833929acb9e4cbcaafc0e2db31 /gcc/machmode.def | |
parent | 52fd6db3ca421a7e188357be369c824809ff9684 (diff) | |
download | gcc-763dd781ec4ee506cbe6f72a37a3e180e7c9388f.tar.gz |
* machmode.def: Correct comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36886 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/machmode.def')
-rw-r--r-- | gcc/machmode.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/machmode.def b/gcc/machmode.def index 4df4da771cc..8b5190c8bf7 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -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. */ |