mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 07:48:57 +08:00
m68k.md (adddi_dilshr32): Allow all operands to be registers too.
* m68k.md (adddi_dilshr32): Allow all operands to be registers too. (adddi_dishl32): Similarly. From-SVN: r24452
This commit is contained in:
parent
97577254a2
commit
4cca99f4bd
@ -1,5 +1,8 @@
|
||||
Wed Dec 30 23:38:55 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* m68k.md (adddi_dilshr32): Allow all operands to be registers too.
|
||||
(adddi_dishl32): Similarly.
|
||||
|
||||
* cse.c (invalidate_skipped_block): Call invalidate_from_clobbers
|
||||
for each insn in the skipped block.
|
||||
|
||||
|
@ -2104,7 +2104,7 @@
|
||||
;; (plus:DI (match_operand:DI 2 "general_operand" "%0")
|
||||
;; (lshiftrt:DI (match_operand:DI 1 "general_operand" "ro")
|
||||
;; (const_int 32))))]
|
||||
(plus:DI (lshiftrt:DI (match_operand:DI 1 "general_operand" "o,r")
|
||||
(plus:DI (lshiftrt:DI (match_operand:DI 1 "general_operand" "ro,r")
|
||||
(const_int 32))
|
||||
(match_operand:DI 2 "general_operand" "0,0")))]
|
||||
""
|
||||
@ -2123,7 +2123,7 @@
|
||||
;; (plus:DI (match_operand:DI 2 "general_operand" "%0")
|
||||
;; (ashift:DI (match_operand:DI 1 "general_operand" "ro")
|
||||
;; (const_int 32))))]
|
||||
(plus:DI (ashift:DI (match_operand:DI 1 "general_operand" "o,r")
|
||||
(plus:DI (ashift:DI (match_operand:DI 1 "general_operand" "ro,r")
|
||||
(const_int 32))
|
||||
(match_operand:DI 2 "general_operand" "0,0")))]
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user