This is the mail archive of the gcc-patches@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]

Re: [patch] fold-const.c: Reorganize fold - Part 8/n


On Sat, 5 Mar 2005, Kazu Hirata wrote:
> Attached is part 8 of my patch to reorganize fold.
> So we should use op0 and op1 wherever possible, which are defined to
> be TREE_OPERAND (t, 0) and TREE_OPERAND (t, 1), respectively, instead
> of writing TREE_OPERAND (t, 0) and TREE_OPERAND (t, 1) all over the
> function.
>
> Tested on i686-pc-linux-gnu.  OK to apply?

Not even a ChangeLog entry for me to quote?  :)
Ok for mainline, with an approprate ChangeLog.

Roger
--


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