> Hi Martin, thanks very much for the information!
>
> On Tue, Mar 20, 2012 at 9:29 PM, Martin Jambor wrote:
> > Hi,
> >
> > On Tue, Mar 20, 2012 at 02:07:17PM +1100, Matt Davis wrote:
> >> Hello,
> >> In my transformation of an input program, I need to clone functions
> >> and the callee functio
> Hello,
> In my transformation of an input program, I need to clone functions
> and the callee functions in each clone. To clone a function, or
> create a duplicate, I use "cgraph_function_versioning()" This works
> perfectly well for the parent function. I then go through the
> statements in t
Hi Martin, thanks very much for the information!
On Tue, Mar 20, 2012 at 9:29 PM, Martin Jambor wrote:
> Hi,
>
> On Tue, Mar 20, 2012 at 02:07:17PM +1100, Matt Davis wrote:
>> Hello,
>> In my transformation of an input program, I need to clone functions
>> and the callee functions in each clone.
Hi,
On Tue, Mar 20, 2012 at 02:07:17PM +1100, Matt Davis wrote:
> Hello,
> In my transformation of an input program, I need to clone functions
> and the callee functions in each clone. To clone a function, or
> create a duplicate, I use "cgraph_function_versioning()" This works
> perfectly well