Re: Tree Versioning Question

2012-08-06 Thread Matt Davis
On Mon, Aug 6, 2012 at 1:43 PM, Matt Davis wrote: > Hello, > I am using cgraph_function_versioning() to create a duplicate > function, e.g. a clone. This usually has worked well for me in the > past, but I have run into an interesting case where the > tree_function_versioning() code is performing

Tree Versioning Question

2012-08-05 Thread Matt Davis
Hello, I am using cgraph_function_versioning() to create a duplicate function, e.g. a clone. This usually has worked well for me in the past, but I have run into an interesting case where the tree_function_versioning() code is performing a split_edge() on the successor of the entry basic block. W