mips.md: Use match_test rather than eq/ne symbol_ref throughout file.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 11 Sep 2011 17:19:55 +0000 (17:19 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 11 Sep 2011 17:19:55 +0000 (17:19 +0000)
commitae0087f2813092b83723a6386547d481a0d663c6
treefe1605c0d0dad40b5270bbf3afa2d434353c3299
parentd42cbc6c9dc897dc40665cf28256d5eb6b54c24b
mips.md: Use match_test rather than eq/ne symbol_ref throughout file.

gcc/
* config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
throughout file.
* config/mips/sb1.md: Likewise.
* config/mips/predicates.md: Replace (match_test "!...")
with (not (match_test "..."))
* config/mips/constraints.md: Likewise.

From-SVN: r178759
gcc/ChangeLog
gcc/config/mips/constraints.md
gcc/config/mips/mips.md
gcc/config/mips/predicates.md
gcc/config/mips/sb1.md