Fix some typo and brain twister logical.
authorChenghua Xu <paul.hua.gm@gmail.com>
Wed, 7 Nov 2018 10:29:52 +0000 (10:29 +0000)
committerChenghua Xu <paulhua@gcc.gnu.org>
Wed, 7 Nov 2018 10:29:52 +0000 (10:29 +0000)
commitf70b5dbfa111f03dd31a3e3bd2e3d01eecdc06c3
tree71e071c212eb4cc74475e0c99366ed9ea8f8b47f
parent36b56cd336f50d1565ecc4c5b1fed89151392baf
Fix some typo and brain twister logical.

gcc/
* config/mips/mips.c: Fix typo in documentation of
mips_loongson_ext2_prefetch_cookie.
(mips_option_override): fix brain twister logical.
* config/mips/mips.h: Fix typo in documentation of
ISA_HAS_CTZ_CTO and define pattern.
* config/mips/mips.md (prefetch): Hoist EXT2 above
the 2EF/EXT block.
(prefetch_indexed): Hoist EXT2 above the EXT block.

gcc/testsuite/
* gcc.target/mips/loongson-ctz.c: Fix typo.
* gcc.target/mips/loongson-dctz.c: Fix typo.

From-SVN: r265871
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/mips.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/loongson-ctz.c
gcc/testsuite/gcc.target/mips/loongson-dctz.c