* combine.c (distribute_notes): Comment typo fix.
authorJ"orn Rennecke <joern.rennecke@superh.com>
Tue, 15 Jun 2004 15:55:27 +0000 (15:55 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 15 Jun 2004 15:55:27 +0000 (16:55 +0100)
From-SVN: r83191

gcc/ChangeLog
gcc/combine.c

index e9817abeea615e49bf1cfdcd9c2e9c46cc700350..89afa23cf54aae48ecd31afc4bce2bfa61be181c 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-15  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * combine.c (distribute_notes): Comment typo fix.
+
 2004-06-15  Roger Sayle  <roger@eyesopen.com>
 
        * expmed.c (synth_mult): Mask bits of the multiplier to the
index 44ca720bc19fbdc59aeb57cfd39e7d65fdc99253..f046e2e9c42a2dabb9b133af8413e88d52fd8872 100644 (file)
@@ -11948,7 +11948,7 @@ distribute_notes (rtx notes, rtx from_insn, rtx i3, rtx i2)
 
          /* If the register is set or already dead at PLACE, we needn't do
             anything with this note if it is still a REG_DEAD note.
-            We can here if it is set at all, not if is it totally replace,
+            We check here if it is set at all, not if is it totally replaced,
             which is what `dead_or_set_p' checks, so also check for it being
             set partially.  */