public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix typo in last change to pa.c
@ 2014-10-24  1:40 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2014-10-24  1:40 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

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



[-- Attachment #2: pa.c.d.txt --]
[-- Type: text/plain, Size: 586 bytes --]

2014-10-23  John David Anglin  <danglin@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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-23 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-24  1:40 [committed] Fix typo in last change to pa.c John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).