2001-09-04 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 10:43:46 +0000 (10:43 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 10:43:46 +0000 (10:43 +0000)
commit2ce8757afeffe959aa8e44dc7e353484a4fdc1e2
tree2939ed4fe8f83d7971bde278ba4c4baa62795aae
parent90a57e44488d9126b0c81921a07237eacd1b7938
2001-09-04  David S. Miller  <davem@redhat.com>

Cleanup redundant and unused insn attributes.
* config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
binary, and move.  Mark ialu as default.
(commented out define_function_unit "alu"): Kill.
(define_attr "use_clobbered"): Kill.
(whole file): Kill address insn type references.  Replace
all unary/binary/move references with ialu.
* config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
TYPE_IALU.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45371 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.md