diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-12 08:01:24 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-12 08:01:24 +0000 |
commit | ac77596817139f52ad9a7de9e73f5e59a9d01cfb (patch) | |
tree | 781eb42d0f7b3f1bcc9a9a68074d09a402504f14 /gcc | |
parent | 1817104857bbe7dc96c2834b6b1472aa6359244b (diff) | |
download | gcc-ac77596817139f52ad9a7de9e73f5e59a9d01cfb.zip gcc-ac77596817139f52ad9a7de9e73f5e59a9d01cfb.tar.gz gcc-ac77596817139f52ad9a7de9e73f5e59a9d01cfb.tar.bz2 |
Word wrap comment
From-SVN: r33098
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index cde39ce..b235af9 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -59,8 +59,8 @@ struct processor_costs { int mult_bit; /* cost of multiply per each bit set */ int divide; /* cost of a divide/mod */ int large_insn; /* insns larger than this cost more */ - int move_ratio; /* The threshold of number of scalar memory-to-memory - move insns. */ + int move_ratio; /* The threshold of number of scalar + memory-to-memory move insns. */ int movzbl_load; /* cost of loading using movzbl */ int int_load[3]; /* cost of loading integer registers in QImode, HImode and SImode relative |