aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-09 20:18:35 +0000
committerRichard Stallman <rms@gnu.org>1993-11-09 20:18:35 +0000
commit2878315f416febae786ade601b66e031b8257c1c (patch)
treed4a7c4485cc63f7d975136eb09ff9360b2981908 /gcc
parent217265e6785dae56ef4424fba48266650efb3f19 (diff)
downloadgcc-2878315f416febae786ade601b66e031b8257c1c.zip
gcc-2878315f416febae786ade601b66e031b8257c1c.tar.gz
gcc-2878315f416febae786ade601b66e031b8257c1c.tar.bz2
(negscc): Add mode for NEG.
From-SVN: r6044
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index d346ecd..2ea844dd 100644
--- a/gcc/config/pa/pa.md
+++ b/gcc/config/pa/pa.md
@@ -389,7 +389,7 @@
;; from an scc insn (negscc and incscc).
(define_insn "negscc"
[(set (match_operand:SI 0 "register_operand" "=r")
- (neg (match_operator:SI 3 "comparison_operator"
+ (neg:SI (match_operator:SI 3 "comparison_operator"
[(match_operand:SI 1 "register_operand" "r")
(match_operand:SI 2 "arith11_operand" "rI")])))]
""