Hi, I've written a gimple pass, which counts for the number of assignment statements in the c code. I've used the lval of the GIMPLE_MODIFY_STMT and checking for VAR_DECL condition. It is working But I want to know what are the TREE_CODEs for other remaing constructs viz declration stmt, conditions, count for constants and how to use them in the gimple pass. Can anybody help in this regard
Thanking -- View this message in context: http://www.nabble.com/Gimple-Pass-tp24643577p24643577.html Sent from the gcc - Dev mailing list archive at Nabble.com.