sparc: Use match_code in zero_or_v7_operand.
authorRichard Henderson <rth@redhat.com>
Tue, 24 Jan 2012 17:44:15 +0000 (09:44 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 24 Jan 2012 17:44:15 +0000 (09:44 -0800)
commitf1d4a790ec622a2c905b4b1e379731d670450470
treef395ade78f618f512f1d7f0ae79431d1e47102b9
parented6cf3188bc655ef34383f865ca3855585af7096
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.

From-SVN: r183481
gcc/ChangeLog
gcc/config/sparc/predicates.md