Commit 63e7e854 by John David Anglin

pa.c (pa_can_combine_p): Fix typo in last change.

	* config/pa/pa.c (pa_can_combine_p): Fix typo in last change.

From-SVN: r216606
parent ed986827
2014-10-23 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.c (pa_can_combine_p): Fix typo in last change.
2014-10-23 Ian Lance Taylor <iant@google.com> 2014-10-23 Ian Lance Taylor <iant@google.com>
* tree-vrp.c (extract_range_from_assert): Fix typo in comment. * tree-vrp.c (extract_range_from_assert): Fix typo in comment.
...@@ -9067,7 +9067,7 @@ pa_can_combine_p (rtx_insn *new_rtx, rtx_insn *anchor, rtx_insn *floater, ...@@ -9067,7 +9067,7 @@ pa_can_combine_p (rtx_insn *new_rtx, rtx_insn *anchor, rtx_insn *floater,
basic_block bb = BLOCK_FOR_INSN (anchor); basic_block bb = BLOCK_FOR_INSN (anchor);
if (insn_code_number < 0 if (insn_code_number < 0
|| (extract_insn (new_rtx), || (extract_insn (new_rtx),
!constrain_operands (1, get_preferred_alternatives (new_rtx, bb))) !constrain_operands (1, get_preferred_alternatives (new_rtx, bb))))
return 0; return 0;
if (reversed) if (reversed)
......
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