Hi all, i have a very little question for you. I have a basic block and by a statement iterator i can obtain a tree structure in the following manner: tree stmt = bsi_stmt (si); I want to use this tree structure to manipulate the statement, for example i 'd like to know if statement is an assignement or another instruction type. And if the statement is an assignement i'd like to know wich is the name of the variable. I have serchead too much but i have not found any information. Thanks to all,
Andrea Callia D'Iddio