From 942579db7ede8c20f9b6906d8a32fbc35c409250 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 6 Sep 2002 13:07:48 -0600 Subject: [PATCH] * pentium.md (pentium-firstvboth): Fix typo. From-SVN: r56901 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/pentium.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95471ab7bb5..9ea0e662f54 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 2d418bdf119..77c7252a56a 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)