Commit 82981227 by Jeff Law Committed by Jeff Law

* lower-subreg.c (resolve_simple_move): Fix comment typo.

From-SVN: r204139
parent 52898b94
2013-10-28 Jeff Law <law@redhat.com>
* lower-subreg.c (resolve_simple_move): Fix comment typo.
2013-10-28 Trevor Saunders <tsaunders@mozilla.com>
* df-scan.c (df_collection_rec): Adjust.
......@@ -1070,7 +1070,7 @@ resolve_simple_move (rtx set, rtx insn)
emit_insn_before (insns, insn);
/* If we get here via self-recutsion, then INSN is not yet in the insns
/* If we get here via self-recursion, then INSN is not yet in the insns
chain and delete_insn will fail. We only want to remove INSN from the
current sequence. See PR56738. */
if (in_sequence_p ())
......
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