diff options
-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 |