* pa.md (negdi2): Turn into expander + anonymous pattern.

From-SVN: r30374
This commit is contained in:
Jeffrey A Law 1999-11-03 12:45:21 +00:00 committed by Jeff Law
parent 6f04382aaa
commit 4aa95f0d43
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Wed Nov 3 12:12:59 1999 Bernd Schmidt <bernds@cygnus.co.uk>
Wed Nov 3 03:26:28 1999 Jeffrey A Law (law@cygnus.com)
* pa.md (negdi2): Turn into expander + anonymous pattern.
* reload.c (find_reloads): Fix typos in recent change.
* dwarf2out.c: Do not include ctype.h.

View File

@ -3623,7 +3623,13 @@
[(set_attr "type" "binary")
(set_attr "length" "4")])
(define_insn "negdi2"
(define_expand "negdi2"
[(set (match_operand:DI 0 "register_operand" "")
(neg:DI (match_operand:DI 1 "register_operand" "")))]
""
"")
(define_insn ""
[(set (match_operand:DI 0 "register_operand" "=r")
(neg:DI (match_operand:DI 1 "register_operand" "r")))]
""