On 01/25/2013 09:21 AM, Richard Biener wrote:
On Fri, Jan 25, 2013 at 8:57 AM, Chassin wrote:
On 01/24/2013 06:43 AM, Richard Biener wrote:
On Thu, Jan 24, 2013 at 4:46 AM, Chassin
wrote:
On 01/23/2013 02:37 PM, Richard Biener wrote:
Please keep this on the list.
On Wed, Jan 23, 2013 at 5:
On Fri, Jan 25, 2013 at 8:57 AM, Chassin wrote:
> On 01/24/2013 06:43 AM, Richard Biener wrote:
>>
>> On Thu, Jan 24, 2013 at 4:46 AM, Chassin
>> wrote:
>>>
>>> On 01/23/2013 02:37 PM, Richard Biener wrote:
Please keep this on the list.
On Wed, Jan 23, 2013 at 5:52 PM, Chassin
On 01/24/2013 06:43 AM, Richard Biener wrote:
On Thu, Jan 24, 2013 at 4:46 AM, Chassin wrote:
On 01/23/2013 02:37 PM, Richard Biener wrote:
Please keep this on the list.
On Wed, Jan 23, 2013 at 5:52 PM, Chassin
wrote:
On 01/23/2013 10:55 AM, Richard Biener wrote:
The callgraph isn't the ma
Please keep this on the list.
On Wed, Jan 23, 2013 at 5:52 PM, Chassin wrote:
> On 01/23/2013 10:55 AM, Richard Biener wrote:
>
> The callgraph isn't the main data structure to modify here. You probably
> still
> have references to the function in the IL via calls for example. You
> probably
>
On Mon, Jan 21, 2013 at 6:31 AM, Chassin wrote:
> Hi ,i am developing a simple plugin that allows me to delete a node from the
> cgraph that match a specific pattern but when i delete the node using
> cgraph_remove_node , it seams to delete it ( by printing the cgraph again it
> doesn't appear ) ,
Hi ,i am developing a simple plugin that allows me to delete a node from
the cgraph that match a specific pattern but when i delete the node
using cgraph_remove_node , it seams to delete it ( by printing the
cgraph again it doesn't appear ) , but in the compiled file it exist
my plugin is