* pa.md (negdi2): Turn into expander + anonymous pattern.
From-SVN: r30374
This commit is contained in:
parent
6f04382aaa
commit
4aa95f0d43
@ -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.
|
||||
|
@ -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")))]
|
||||
""
|
||||
|
Loading…
x
Reference in New Issue
Block a user