Re: Modifying the datatype of a formal parameter

2011-12-21 Thread Martin Jambor
Hi, On Wed, Dec 21, 2011 at 12:53:10PM +1100, Matt Davis wrote: > Here is a follow up. I am closer to what I need, but not quite there > yet. Basically I just want to switch the type of one formal parameter > to a different type. > > On Mon, Dec 19, 2011 at 11:05 PM, Matt Davis wrote: > > Hi M

Re: Modifying the datatype of a formal parameter

2011-12-20 Thread Matt Davis
Here is a follow up. I am closer to what I need, but not quite there yet. Basically I just want to switch the type of one formal parameter to a different type. On Mon, Dec 19, 2011 at 11:05 PM, Matt Davis wrote: > Hi Martin and thank you very much for your reply.  I do have some more > resoluti

Re: Modifying the datatype of a formal parameter

2011-12-19 Thread Matt Davis
Hi Martin and thank you very much for your reply. I do have some more resolution to my issue. On Mon, Dec 19, 2011 at 8:42 PM, Martin Jambor wrote: > Hi, > > On Sun, Dec 18, 2011 at 01:57:17PM +1100, Matt Davis wrote: >> I am using 'ipa_modify_formal_parameters()' to change the type of a >> fun

Re: Modifying the datatype of a formal parameter

2011-12-19 Thread Martin Jambor
Hi, On Sun, Dec 18, 2011 at 01:57:17PM +1100, Matt Davis wrote: > I am using 'ipa_modify_formal_parameters()' to change the type of a function's > formal parameter. After my pass completes, I get a 'gimple_expand_cfg()' > error. I must be missing some key piece here, as the failure points to a NU