diff mbox

[committed] Fix typo in last change to pa.c

Message ID BLU436-SMTP219EA1192FF7FC64D3C566097920@phx.gbl
State New
Headers show

Commit Message

John David Anglin Oct. 23, 2014, 11:36 p.m. UTC
The attached change fixes a compile error caused by the last change to  
pa.c.

Committed as obvious.

Dave
--
John David Anglin	dave.anglin@bell.net
2014-10-23  John David Anglin  <danglin@gcc.gnu.org>

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

Patch

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)