* config/mips/mips.h (TARGET_MACC_CHAINS): Fix comment.
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 1 May 2004 12:55:23 +0000 (12:55 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 1 May 2004 12:55:23 +0000 (12:55 +0000)
From-SVN: r81390

gcc/ChangeLog
gcc/config/mips/mips.h

index 2b79a6c0f1e8df59ccdf20809eedc617d2cc709a..4409eebc1d45c20f6118cc9b05914588ad66e62d 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-01  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/mips.h (TARGET_MACC_CHAINS): Fix comment.
+
 2004-05-01  Falk Hueffner  <falk@debian.org>
 
        * config/alpha/alpha.md (builtin_insbl, builtin_inswl,
index 3c3936d85333a33818b53ff6e5621df28d8daad7..37111cad9a7ab65410258c30cac9b4f0b31c5f50 100644 (file)
@@ -346,10 +346,10 @@ extern const struct mips_cpu_info *mips_tune_info;
 
        t1 = a * b
        t2 = t1 + c * d
-       t3 = c * d
-       t4 = t3 - c * d
+       t3 = e * f
+       t4 = t3 - g * h
 
-   t1 will have a higher priority and t2 and t3 will have a higher
+   t1 will have a higher priority than t2 and t3 will have a higher
    priority than t4.  However, before reload, there is no dependence
    between t1 and t3, and they can often have similar priorities.
    The scheduler will then tend to prefer: