OSDN Git Service

* loop.c (strength_reduce): Correct a comment.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1999 16:31:16 +0000 (16:31 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1999 16:31:16 +0000 (16:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25983 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/loop.c

index c5b4eed..839469c 100644 (file)
@@ -40,6 +40,8 @@ Thu Mar 25 10:05:56 1999  Richard Henderson  <rth@cygnus.com>
 
 Thu Mar 25 02:12:42 1999  Finn Hakansson  <finn@axis.com>
 
+       * loop.c (strength_reduce): Correct a comment.
+
         * rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessary ending backslash.
 
 Thu Mar 25 02:02:13 1999  Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
index c218eda..7f3b51d 100644 (file)
@@ -4149,10 +4149,10 @@ strength_reduce (scan_start, end, loop_top, insn_count,
             this can't succeed if we already know that there is a jump
             between v->insn and next->insn, yet next->always_executed is
             set and next->maybe_multiple is cleared.  Such a combination
-            implies that the jump destination is outseide the loop.
+            implies that the jump destination is outside the loop.
             If we want to make this check more sophisticated, we should
             check each branch between v->insn and next->insn individually
-            to see if it the biv is dead at its destination.  */
+            to see if the biv is dead at its destination.  */
 
          if (uid_luid[REGNO_LAST_UID (bl->regno)] < INSN_LUID (loop_end)
              && bl->init_insn