Commit 9d6171dc by Martin Jambor Committed by Martin Jambor

re PR ipa/61393 ([trans-mem] O3 optimization level constant propagation problem)

2014-08-06  Martin Jambor  <mjambor@suse.cz>

	PR ipa/61393
	* cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.

From-SVN: r213666
parent b12c44e9
2014-08-06 Martin Jambor <mjambor@suse.cz>
PR ipa/61393
* cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
2014-08-06 Richard Biener <rguenther@suse.de>
PR lto/62034
......
......@@ -423,6 +423,7 @@ cgraph_node::create_clone (tree decl, gcov_type gcov_count, int freq,
new_node->count = count;
new_node->frequency = frequency;
new_node->tp_first_run = tp_first_run;
new_node->tm_clone = tm_clone;
new_node->clone.tree_map = NULL;
new_node->clone.args_to_skip = args_to_skip;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment