pa.c (pa_can_combine_p): Fix typo in last change.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Oct 2014 23:33:34 +0000 (23:33 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 23 Oct 2014 23:33:34 +0000 (23:33 +0000)
* config/pa/pa.c (pa_can_combine_p): Fix typo in last change.

From-SVN: r216606

gcc/ChangeLog
gcc/config/pa/pa.c

index f6875642988b93c0c098d8c068202db0f2b9db19..4187dd9651fc903bec673abf109841d00ea46ec6 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * tree-vrp.c (extract_range_from_assert): Fix typo in comment.
index 05131d493f934343a5c83bc6bbea0a16961deea7..79d528885193f778470b20f70ae59986fb586e47 100644 (file)
@@ -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);
   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)