Skip to content
Snippets Groups Projects
Commit e7cda6ef authored by Richard Biener's avatar Richard Biener
Browse files

Remove recursive post-dominator traversal in sinking

The following turns the recursive post-dominator traversal in GIMPLE
code sinking to a worklist.

	* tree-ssa-sink.cc (sink_code_in_bb): Remove recursion, instead
	use a worklist ...
	(pass_sink_code::execute): ... in the caller.
parent ca912a39
No related branches found
No related tags found
Loading
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