r265871 - in /trunk/gcc: ChangeLog config/mips/...

paulhua@gcc.gnu.org paulhua@gcc.gnu.org
Wed Nov 7 10:29:00 GMT 2018


Author: paulhua
Date: Wed Nov  7 10:29:52 2018
New Revision: 265871

URL: https://gcc.gnu.org/viewcvs?rev=265871&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/mips/mips.h
    trunk/gcc/config/mips/mips.md
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/mips/loongson-ctz.c
    trunk/gcc/testsuite/gcc.target/mips/loongson-dctz.c



More information about the Gcc-cvs mailing list