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]

r182666 - in /trunk/gcc: ChangeLog config/score...


Author: aesok
Date: Fri Dec 23 21:40:42 2011
New Revision: 182666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182666
Log:
	* config/score/score.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
	* config/score/score-protos.h (score_register_move_cost): Remove.
	* config/score/score.c (TARGET_REGISTER_MOVE_COST): Define.
	(score_register_move_cost): Make static. Change arguments type from
	enum reg_class to reg_class_t.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/score/score-protos.h
    trunk/gcc/config/score/score.c
    trunk/gcc/config/score/score.h


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