read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted, treating missing...
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 10 May 2004 18:35:43 +0000 (18:35 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 10 May 2004 18:35:43 +0000 (18:35 +0000)
commit62d4592363e21433046e6ab066f94203b9da8edd
treece05352c7b32b19a3c31bab0a19f7e1e3355740c
parentaf434fa7a17e1dadd41821663b754cde38ab3810
read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted, treating missing ones as "".

* read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted,
treating missing ones as "".
* config/mips/mips.md: Remove constraints from match_operands and
match_scratches if they appear in define_expands (except reload*),
define_peephole2s, define_splits or attribute specifications.
* config/mips/7000.md, config/mips/sb1.md: Remove match_operand
constraint strings.

From-SVN: r81676
gcc/ChangeLog
gcc/config/mips/7000.md
gcc/config/mips/mips.md
gcc/config/mips/sb1.md
gcc/read-rtl.c