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