Commit ac775968 by Zack Weinberg

Word wrap comment

From-SVN: r33098
parent 18171048
...@@ -59,8 +59,8 @@ struct processor_costs { ...@@ -59,8 +59,8 @@ struct processor_costs {
int mult_bit; /* cost of multiply per each bit set */ int mult_bit; /* cost of multiply per each bit set */
int divide; /* cost of a divide/mod */ int divide; /* cost of a divide/mod */
int large_insn; /* insns larger than this cost more */ int large_insn; /* insns larger than this cost more */
int move_ratio; /* The threshold of number of scalar memory-to-memory int move_ratio; /* The threshold of number of scalar
move insns. */ memory-to-memory move insns. */
int movzbl_load; /* cost of loading using movzbl */ int movzbl_load; /* cost of loading using movzbl */
int int_load[3]; /* cost of loading integer registers int int_load[3]; /* cost of loading integer registers
in QImode, HImode and SImode relative in QImode, HImode and SImode relative
......
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