From: Jeff Law Date: Fri, 6 Sep 2002 19:07:48 +0000 (-0600) Subject: * pentium.md (pentium-firstvboth): Fix typo. X-Git-Tag: releases/gcc-3.3.0~2984 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=942579db7ede8c20f9b6906d8a32fbc35c409250;p=thirdparty%2Fgcc.git * pentium.md (pentium-firstvboth): Fix typo. From-SVN: r56901 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95471ab7bb5c..9ea0e662f54a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 6 13:10:08 2002 Jeffrey A Law (law@redhat.com) + + * pentium.md (pentium-firstvboth): Fix typo. + 2002-09-06 Dhananjay Deshpande * h8300.c (enum shift_alg): Move to earlier in h8300.c. diff --git a/gcc/config/i386/pentium.md b/gcc/config/i386/pentium.md index 2d418bdf119f..77c7252a56a4 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -118,7 +118,7 @@ (pentium-load+pentium-firstv))") (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu + pentium-memory)") -(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstu +(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv + pentium-memory)") (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv + pentium-memory)