updated dvm
This commit is contained in:
@@ -1787,6 +1787,8 @@ public:
|
||||
inline SgSymbol *construct_name();
|
||||
inline void replaceTrueBody(SgStatement &s);// new body=s and lex successors.
|
||||
inline void replaceFalseBody(SgStatement &s);//new body=s and lex successors.
|
||||
// added by A.S. Kolganov 12.12.2024
|
||||
inline void setConditional(SgExpression* cond) { BIF_LL1(thebif) = cond->thellnd; }
|
||||
inline ~SgIfStmt();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user