Hello Kartik
You can use the iterator FOR_EACH_EDGE in this form:
FOR_EACH_EDGE (e, ei, bb->preds)
where e is an edge ei is edge iterator bb is a basic block.
I hope that gave you what you were looking for.
Sudakshina Das
On Sun, May 5, 2013 at 10:05 AM, Kartik Singhal wrote:
>
>
the
keyword static in its definition.
I cannot figure out what can possibly cause this error in the XOBNEW function.
Please help!!!
Sudakshina Das
On Thu, Jan 24, 2013 at 5:15 PM, Richard Biener
wrote:
>
> On Thu, Jan 24, 2013 at 7:06 AM, Sudakshina Das
> wrote:
> > Dear all,
> >
> > I am currently updating a pass that was made for gcc-4.6.*, so that it
> > works for gcc.4.7.2.
> >
> > In the
On Fri, Jan 25, 2013 at 9:46 AM, Sudakshina Das
wrote:
>
> On Thu, Jan 24, 2013 at 5:15 PM, Richard Biener
> wrote:
> >
> > On Thu, Jan 24, 2013 at 7:06 AM, Sudakshina Das
> > wrote:
> > > Dear all,
> > >
> > > I am currently updating a pa
On Fri, Jan 25, 2013 at 8:02 PM, Richard Biener
wrote:
> On Fri, Jan 25, 2013 at 3:05 PM, Sudakshina Das
> wrote:
>> On Fri, Jan 25, 2013 at 9:46 AM, Sudakshina Das
>> wrote:
>>>
>>> On Thu, Jan 24, 2013 at 5:15 PM, Richard Biener
>>> wrote
On Fri, Jan 25, 2013 at 9:27 PM, Richard Biener
wrote:
> On Fri, Jan 25, 2013 at 3:57 PM, Sudakshina Das
> wrote:
>> On Fri, Jan 25, 2013 at 8:02 PM, Richard Biener
>> wrote:
>>> On Fri, Jan 25, 2013 at 3:05 PM, Sudakshina Das
>>> wrote:
>>>>
decl_assembler_name (a function) and is not
present anywhere in my plugin. It is declared in tree.c so and is not
static, so I even tried including tree.h and declaring the function as
extern.
I don't know what else to do!!
Sudakshina
On Sat, Jan 26, 2013 at 1:16 AM, Sudakshina Das
wrote:
>
> On