OSDN Git Service

Reflect renaming of invariant_p to loop_invariant_p in comment.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2000 17:45:12 +0000 (17:45 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2000 17:45:12 +0000 (17:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31644 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/loop.c

index 283e219..a364d20 100644 (file)
@@ -927,8 +927,9 @@ scan_loop (loop, unroll_p, bct_p)
              m->is_equiv = (find_reg_note (p, REG_EQUIV, NULL_RTX) != 0);
              m->savemode = VOIDmode;
              m->regno = regno;
-             /* Set M->cond if either invariant_p or consec_sets_invariant_p
-                returned 2 (only conditionally invariant).  */
+             /* Set M->cond if either loop_invariant_p
+                or consec_sets_invariant_p returned 2
+                (only conditionally invariant).  */
              m->cond = ((tem | tem1 | tem2) > 1);
              m->global = (uid_luid[REGNO_LAST_UID (regno)] 
                           > INSN_LUID (loop_end)