* lower-subreg.c (resolve_simple_move): Fix comment typo.
From-SVN: r204139
This commit is contained in:
parent
52898b94fa
commit
8298122727
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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 ())
|
||||
|
|
Loading…
Add table
Reference in a new issue