This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r259647 - in /trunk/gcc: ChangeLog config/nds32...


Author: jasonwucj
Date: Wed Apr 25 12:32:19 2018
New Revision: 259647

URL: https://gcc.gnu.org/viewcvs?rev=259647&root=gcc&view=rev
Log:
[NDS32] Fix bug in bit-instruction checking functions.

gcc/
	* config/nds32/nds32-predicates.c (nds32_can_use_bclr_p): Mask with
	GET_MODE_MASK before any checking.
	(nds32_can_use_bset_p): Likewise.
	(nds32_can_use_btgl_p): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/nds32/nds32-predicates.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]