lra.c (lra_set_insn_recog_data): Fix typo in comment.
authorFelix Yang <felix.yang@huawei.com>
Thu, 25 Sep 2014 16:34:03 +0000 (16:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 25 Sep 2014 16:34:03 +0000 (10:34 -0600)
        * lra.c (lra_set_insn_recog_data): Fix typo in comment.
        * genautomata.c (merge_states): Ditto.

From-SVN: r215610

gcc/ChangeLog
gcc/genautomata.c
gcc/lra.c

index 607dc95da76199053274be75cc5331d6f30ef54d..3bf52a6801c9a675bfe64b4b2dee192251391207 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-25  Felix Yang  <felix.yang@huawei.com>
+
+       * lra.c (lra_set_insn_recog_data): Fix typo in comment.
+       * genautomata.c (merge_states): Ditto.
+
 2014-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/62218
index da18e5da2f1771ce2091577d759f5c16a53d7874..8d0d87d10c295868d7851ec53e03b5b8a4015df7 100644 (file)
@@ -6178,7 +6178,7 @@ merge_states (automaton_t automaton, vec<state_t> equiv_classes)
                    alt_states = new_alt_state;
                  }
            }
-         /* Its is important that alt states were sorted before and
+         /* It is important that alt states were sorted before and
             after merging to have the same querying results.  */
          new_state->component_states = uniq_sort_alt_states (alt_states);
        }
index acec8af93683dff57f00bc051e28ea2ea400e09e..e9194bbd8b6cf36877177ea7afafb036a3924d9c 100644 (file)
--- a/gcc/lra.c
+++ b/gcc/lra.c
@@ -933,7 +933,7 @@ lra_set_insn_recog_data (rtx_insn *insn)
       nalt = 1;
       if (nop < 0)
        {
-         /* Its is a special insn like USE or CLOBBER.  We should
+         /* It is a special insn like USE or CLOBBER.  We should
             recognize any regular insn otherwise LRA can do nothing
             with this insn.  */
          gcc_assert (GET_CODE (PATTERN (insn)) == USE