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]

r116349 - in /branches/addressing-modes/gcc: Ch...


Author: bonzini
Date: Wed Aug 23 13:15:58 2006
New Revision: 116349

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116349
Log:
2006-08-23  Paolo Bonzini  <bonzini@gnu.org>

	* genrecog.c (recog_tree, split_tree, peephole2_tree): New globals.
	(make_insn_sequence, make_split_sequence, make_peephole2_sequence):
	Rename to...
	(process_define_insn, process_define_split, process_define_peephole2):
	... these.  Return void and call merge_trees here.
	(main): Remove declarations of new globals and don't initialize them.
	Adjust make_*_sequence call.


Modified:
    branches/addressing-modes/gcc/ChangeLog.addrmodes
    branches/addressing-modes/gcc/genrecog.c


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