From 2878315f416febae786ade601b66e031b8257c1c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 9 Nov 1993 20:18:35 +0000 Subject: (negscc): Add mode for NEG. From-SVN: r6044 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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")])))] "" -- cgit v1.1