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]

r237757 - in /trunk/gcc: ChangeLog config/arm/a...


Author: ktkachov
Date: Fri Jun 24 12:46:19 2016
New Revision: 237757

URL: https://gcc.gnu.org/viewcvs?rev=237757&root=gcc&view=rev
Log:
[ARM][1/4] Replace uses of int_log2 by exact_log2

	* config/arm/arm.c (int_log2): Delete definition and prototype.
	(shift_op): Use exact_log2 instead of int_log2.
	(vfp3_const_double_for_fract_bits): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c


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