r266606 - in /trunk/gcc: ChangeLog config/rs600...

amodra@gcc.gnu.org amodra@gcc.gnu.org
Thu Nov 29 04:56:00 GMT 2018


Author: amodra
Date: Thu Nov 29 04:56:33 2018
New Revision: 266606

URL: https://gcc.gnu.org/viewcvs?rev=266606&root=gcc&view=rev
Log:
[RS6000] Bogus easy_fp_constant call

easy_fp_constant accepts const_double, easy_vector_constant accepts
const_vector.  Calling one from the other therefore will always return
false.  I believe the zero_constant call in easy_vector_constant will
cover the 0.0 case of easy_fp_constant.

	* config/rs6000/predicates.md (easy_vector_constant): Don't call
	easy_fp_constant.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/predicates.md



More information about the Gcc-cvs mailing list