The attached change fixes a compile error caused by the last change to pa.c.

Committed as obvious.

Dave
--
John David Anglin       dave.ang...@bell.net


2014-10-23  John David Anglin  <dang...@gcc.gnu.org>

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

Index: config/pa/pa.c
===================================================================
--- config/pa/pa.c      (revision 216564)
+++ config/pa/pa.c      (working copy)
@@ -9067,7 +9073,7 @@
   basic_block bb = BLOCK_FOR_INSN (anchor);
   if (insn_code_number < 0
       || (extract_insn (new_rtx),
-         !constrain_operands (1, get_preferred_alternatives (new_rtx, bb)))
+         !constrain_operands (1, get_preferred_alternatives (new_rtx, bb))))
     return 0;
 
   if (reversed)

Reply via email to