Add function description
Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
This commit is contained in:
parent
e54fcb7bc9
commit
73398ee87a
|
|
@ -206,6 +206,7 @@ public:
|
|||
}
|
||||
static AstNodeExpr* wrapIntoExprp(AstVarRef* const refp, AstNodeExpr* const exprp,
|
||||
AstVarRef* const varRefToReplacep) {
|
||||
// Return a copy of exprp in which varRefToReplacep is replaced with refp
|
||||
if (exprp == varRefToReplacep) {
|
||||
return refp;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue