Commit 481a6b4a by DJ Delorie Committed by DJ Delorie

mn10300.md (store_movm): Note which registers are really used or clobbered.

* config/mn10300/mn10300.md (store_movm): Note which registers are
really used or clobbered.

From-SVN: r37431
parent 529c0acb
2000-11-13 DJ Delorie <dj@redhat.com>
* config/mn10300/mn10300.md (store_movm): Note which registers are
really used or clobbered.
2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
* c-parse.in (ends_in_label): Remove from %union and %type.
......
......@@ -2040,7 +2040,16 @@
[(set_attr "cc" "clobber")])
(define_insn "store_movm"
[(const_int 1)]
[(const_int 1)
(use (reg:SI 2))
(use (reg:SI 3))
(use (reg:SI 6))
(use (reg:SI 7))
(use (reg:SI 14))
(use (reg:SI 15))
(use (reg:SI 16))
(use (reg:SI 17))
(clobber (reg:SI 9))]
""
"*
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment