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]

[PATCH]: Split large lambda-code function in two, update comments


This patch simply splits a somewhat unwieldy function into it's two functional parts, and updates comments on the new function to make it more clear what is going on.

It has absolutely no functional changes, it's just cut and paste refactoring + additional comments

Bootstrapped and regtested on i686-pc-linux-gnu.

Okay for mainline?

2004-09-29 Daniel Berlin <dberlin@dberlin.org>

	* lambda-code.c (compute_nest_using_fourier_motzkin): New
	function.
	(lambda_compute_auxillary_space): Split from here.

Attachment: lambdacodediff.diff
Description: Text document


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