code instrumentation in the tree structure
_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
_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