Re: removing a statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/23/07 2:00 PM, ranjith kumar wrote:

> Given a pointer to a statement(tree type), is there
> any function exist to delete that statement at SSA
> level???

You need to have an iterator to remove the statement.  If you only have
a 'tree' you cannot do it.  For example, tree-ssa-dce.c:remove_dead_stmt

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux