Use define_memory_constraint on sparc when necessary.
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Oct 2012 05:59:27 +0000 (05:59 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 24 Oct 2012 05:59:27 +0000 (22:59 -0700)
commit9106d8d2153532281e2527d997e2a570ac06669b
treecde08a8330a46b19ae8ea2d35c855e8157481eb5
parentf4b2452702cbc019084dc058e1d995b69f0bb5dc
Use define_memory_constraint on sparc when necessary.

* config/sparc/constraints.md ("T", "W"): Change
definitions to use define_memory_constraint.  Do not match
'reg'.
* config/sparc/sparc.c (memory_ok_for_ldd): Remove all non-MEM
handling code, update comment.

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