]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lower-subreg.c (resolve_simple_move): Fix comment typo.
authorJeff Law <law@redhat.com>
Mon, 28 Oct 2013 21:45:16 +0000 (15:45 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 28 Oct 2013 21:45:16 +0000 (15:45 -0600)
From-SVN: r204139

gcc/ChangeLog
gcc/lower-subreg.c

index e525748949467504f60803441c06cbf18f880962..013fe7399a75fc20294e64ccbc17cd8ee7f12c4f 100644 (file)
@@ -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.
index 8ff5fc3da417143f3b2dd0062cf798ac513ba521..ebf364f790cb6076133267851999dc0283dbf662 100644 (file)
@@ -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 ())