code instrumentation in the tree structure

2006-09-05 Thread Björn Skoglund
_stmt); */ /* TREE_CHAIN(t_first_stmt)=t_new_stmt; */ tree_stmt_iterator itor; itor = tsi_start(t_body); tsi_link_before(&itor, t_new_stmt, TSI_SAME_STMT); } Cheers! /Björn Skoglund

code instrumentation in the tree structure

2006-09-05 Thread Björn Skoglund
_stmt); */ /* TREE_CHAIN(t_first_stmt)=t_new_stmt; */ tree_stmt_iterator itor; itor = tsi_start(t_body); tsi_link_before(&itor, t_new_stmt, TSI_SAME_STMT); } Cheers! /Björn Skoglund