aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2014-10-23 23:33:34 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2014-10-23 23:33:34 +0000
commit63e7e854fc790798df66d44afdb6f1dcfe73a82e (patch)
treebcf0ef558b1175785e495666cf6f6c7af81afec6 /gcc/config/pa/pa.c
parented986827253bfb43cb003afe97b6a80f59cec7ea (diff)
downloadgcc-63e7e854fc790798df66d44afdb6f1dcfe73a82e.zip
gcc-63e7e854fc790798df66d44afdb6f1dcfe73a82e.tar.gz
gcc-63e7e854fc790798df66d44afdb6f1dcfe73a82e.tar.bz2
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
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r--gcc/config/pa/pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 05131d4..79d5288 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -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)