Commit 28353b16 by Joern Rennecke

Reflect renaming of invariant_p to loop_invariant_p in comment.

From-SVN: r31644
parent 01b9e84e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment