diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-11-28 23:18:49 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-28 23:18:49 -0700 |
commit | 46984a9abc27b0d12b58401c2607917cb4e10692 (patch) | |
tree | dff0dc53e10c0629ca62523166212a2c3797a132 /gcc | |
parent | b0791fa925202359a56169bf0e28d89cd49f1c33 (diff) | |
download | gcc-46984a9abc27b0d12b58401c2607917cb4e10692.zip gcc-46984a9abc27b0d12b58401c2607917cb4e10692.tar.gz gcc-46984a9abc27b0d12b58401c2607917cb4e10692.tar.bz2 |
Fix a typo.
From-SVN: r30694
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8022c11..06d8d1d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -487,7 +487,7 @@ Thu Nov 18 17:29:34 MST 1999 Diego Novillo <dnovillo@cygnus.com> Fri Nov 18 13:39:22 CET 1999 Jan Hubicka <hubicka@freesoft.cz> - * i386.h (struct_processor_costs): New fileds int_load, int_store, + * i386.h (struct_processor_costs): New fields int_load, int_store, fp_move, fp_load and fp_store (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of fp->int moves |