[patch] print-tree.c target-specific builtins

DJ Delorie dj@redhat.com
Fri Nov 10 18:36:00 GMT 2000


OK to apply?

2000-11-10  DJ Delorie  <dj@redhat.com>

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

Index: config/mn10300/mn10300.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/mn10300/mn10300.md,v
retrieving revision 1.36
diff -p -2 -r1.36 mn10300.md
*** mn10300.md	2000/08/07 11:28:02	1.36
--- mn10300.md	2000/11/11 02:35:02
***************
*** 2041,2045 ****
  
  (define_insn "store_movm"
!   [(const_int 1)]
    ""
    "*
--- 2041,2053 ----
  
  (define_insn "store_movm"
!   [(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))]
    ""
    "*


More information about the Gcc-patches mailing list