* lra.c (lra_set_insn_recog_data): Fix typo in comment.
* genautomata.c (merge_states): Ditto.
From-SVN: r215610
+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
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);
}
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