Skip to content
Snippets Groups Projects
Commit b086a2ea authored by Roger Sayle's avatar Roger Sayle Committed by Roger Sayle
Browse files

c-gimplify.c (gimplify_c_loop): Improve initial implementations for loops...

c-gimplify.c (gimplify_c_loop): Improve initial implementations for loops whose conditions are known at...


	* c-gimplify.c (gimplify_c_loop): Improve initial implementations
	for loops whose conditions are known at compile-time.
	* gimplify.c (append_to_statement_list_1): Remove side_effects
	parameter, this function should never be called if its false.
	(append_to_statement_list): Only call append_to_statement_list_1
	if t is non-NULL tree with side-effects.
	(append_to_statement_list_force):  Likewise, if t is not NULL.

From-SVN: r91784
parent ff8b369a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment