* expmed.c, ra-colorize.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 16 Nov 2004 23:26:21 +0000 (23:26 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 16 Nov 2004 23:26:21 +0000 (23:26 +0000)
From-SVN: r90771

gcc/ChangeLog
gcc/expmed.c
gcc/ra-colorize.c

index 600089338f6653371a8bc97cf801e63fa3a2d6fa..da8619d6bb09f5d12508516eabb0471769281166 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-16  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * expmed.c, ra-colorize.c: Fix comment typos.
+
 2004-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
             Mark Mitchell  <mark@codesourcery.com>
 
index b2e62350b1dc051bc3dbb76aa1083ba92df0bc02..033d94952be8468a74cc3361380e2d5e052857d9 100644 (file)
@@ -2555,7 +2555,7 @@ synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t,
          /* If the target has a cheap shift-and-add instruction use
             that in preference to a shift insn followed by an add insn.
             Assume that the shift-and-add is "atomic" with a latency
-            equal to it's cost, otherwise assume that on superscalar
+            equal to its cost, otherwise assume that on superscalar
             hardware the shift may be executed concurrently with the
             earlier steps in the algorithm.  */
          op_cost = add_cost[mode] + shift_cost[mode][m];
index 6d7980cc2b353b2b7ede0d2eacd2280e120d39af..08bd960d24c6bdce0e5b9b62d9c9549443be2cf2 100644 (file)
@@ -1323,7 +1323,7 @@ colorize_one_web (struct web *web, int hard)
         usable_regs of this web (which is probably larger than that of
         the preferred or alternate class).  All searches first try to
         find a non-call-clobbered hard-reg.
-         XXX this should be more finegraned... First look into preferred
+         XXX this should be more fine grained... First look into preferred
          non-callclobbered hardregs, then _if_ the web crosses calls, in
          alternate non-cc hardregs, and only _then_ also in preferred cc
          hardregs (and alternate ones).  Currently we don't track the number