Commit 0e9e0a21 by Felix Yang Committed by Jeff Law

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
parent ad19968e
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> 2014-09-25 Oleg Endo <olegendo@gcc.gnu.org>
PR target/62218 PR target/62218
...@@ -6178,7 +6178,7 @@ merge_states (automaton_t automaton, vec<state_t> equiv_classes) ...@@ -6178,7 +6178,7 @@ merge_states (automaton_t automaton, vec<state_t> equiv_classes)
alt_states = new_alt_state; 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. */ after merging to have the same querying results. */
new_state->component_states = uniq_sort_alt_states (alt_states); new_state->component_states = uniq_sort_alt_states (alt_states);
} }
......
...@@ -933,7 +933,7 @@ lra_set_insn_recog_data (rtx_insn *insn) ...@@ -933,7 +933,7 @@ lra_set_insn_recog_data (rtx_insn *insn)
nalt = 1; nalt = 1;
if (nop < 0) 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 recognize any regular insn otherwise LRA can do nothing
with this insn. */ with this insn. */
gcc_assert (GET_CODE (PATTERN (insn)) == USE gcc_assert (GET_CODE (PATTERN (insn)) == USE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment