Cleanup redundant and unused insn attributes.
authorDavid S. Miller <davem@redhat.com>
Tue, 4 Sep 2001 10:43:46 +0000 (03:43 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Tue, 4 Sep 2001 10:43:46 +0000 (03:43 -0700)
commit7fbb2f8444e6405b147bb263f4c6d8c5568e8594
tree2939ed4fe8f83d7971bde278ba4c4baa62795aae
parentf7df2b9d5e7fe305058662e09b46badfe5eec0db
Cleanup redundant and unused insn attributes.

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.

From-SVN: r45371
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.md