lra.c (lra_set_insn_recog_data): Fix typo in comment.

* lra.c (lra_set_insn_recog_data): Fix typo in comment.
        * genautomata.c (merge_states): Ditto.

From-SVN: r215610
This commit is contained in:
Felix Yang 2014-09-25 16:34:03 +00:00 committed by Jeff Law
parent ad19968eae
commit 0e9e0a218b
3 changed files with 7 additions and 2 deletions

View 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

View 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);
}

View File

@ -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