Apply 'make format'

This commit is contained in:
github action 2025-07-27 14:31:15 +00:00
parent d359fffcdc
commit 92a4bff047
1 changed files with 1 additions and 1 deletions

View File

@ -1486,7 +1486,7 @@ class TaskVisitor final : public VNVisitor {
++m_statInlines; ++m_statInlines;
} }
if (VN_IS(nodep, New)) { // New not legal as while() condition if (VN_IS(nodep, New)) { // New not legal as while() condition
insertBeforeStmt(nodep, beginp); insertBeforeStmt(nodep, beginp);
UASSERT_OBJ(cnewp, nodep, "didn't create cnew for new"); UASSERT_OBJ(cnewp, nodep, "didn't create cnew for new");
nodep->replaceWith(cnewp); nodep->replaceWith(cnewp);