sparc: Use match_code in zero_or_v7_operand.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 2012 17:44:15 +0000 (17:44 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 2012 17:44:15 +0000 (17:44 +0000)
commit803dea206274ccfeb82e4540a808eecc09820d07
treef395ade78f618f512f1d7f0ae79431d1e47102b9
parent256897f4c3255b034fd893b35c12e4dec43f238d
sparc: Use match_code in zero_or_v7_operand.

Failure to do so means that genpreds doesn't know that we're
matching a const_int, and it generates the wrong mode test.

        * config/sparc/predicates.md (zero_or_v7_operand): Use match_code.

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