Use the stock 2.95.2 file here.

I cannot determine if our previous (rev 1.2) changes for ObjC are still
appropriate.
This commit is contained in:
David E. O'Brien 1999-11-15 04:28:55 +00:00
parent 103b517414
commit 6a90513a0f

View File

@ -2713,7 +2713,7 @@
}")
(define_insn ""
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!&r")
(fix:SI (fix:SF (match_operand:SF 1 "register_operand" "f,f"))))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))
(clobber (match_operand:HI 3 "memory_operand" "m,m"))
@ -2741,7 +2741,7 @@
}")
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!&r")
(fix:DI (fix:SF (match_operand:SF 1 "register_operand" "f,f"))))
(clobber (match_dup 1))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))
@ -2768,7 +2768,7 @@
}")
(define_insn ""
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!&r")
(fix:SI (fix:DF (match_operand:DF 1 "register_operand" "f,f"))))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))
(clobber (match_operand:HI 3 "memory_operand" "m,m"))
@ -2796,7 +2796,7 @@
}")
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!&r")
(fix:DI (fix:DF (match_operand:DF 1 "register_operand" "f,f"))))
(clobber (match_dup 1))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))
@ -2823,7 +2823,7 @@
}")
(define_insn ""
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:SI 0 "nonimmediate_operand" "=m,!&r")
(fix:SI (fix:XF (match_operand:XF 1 "register_operand" "f,f"))))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))
(clobber (match_operand:HI 3 "memory_operand" "m,m"))
@ -2851,7 +2851,7 @@
}")
(define_insn ""
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!r")
[(set (match_operand:DI 0 "nonimmediate_operand" "=m,!&r")
(fix:DI (fix:XF (match_operand:XF 1 "register_operand" "f,f"))))
(clobber (match_dup 1))
(clobber (match_operand:HI 2 "memory_operand" "m,m"))