Apply 'make format'

This commit is contained in:
github action 2025-12-22 08:00:37 +00:00
parent bde2a829ea
commit 0ba36488e9
2 changed files with 2 additions and 4 deletions

View File

@ -479,15 +479,13 @@ class UndrivenVisitor final : public VNVisitorConst {
&& !entryp->isUnderGen()
// EOM
//&& entryp->getNodep()) {
&& (entryp->getNodep()
|| (m_enableWriteSummary && entryp->getCallNodep()))) {
&& (entryp->getNodep() || (m_enableWriteSummary && entryp->getCallNodep()))) {
// EOM
const AstNode* const otherWritep
= entryp->getNodep()
? static_cast<const AstNode*>(entryp->getNodep())
: (m_enableWriteSummary ? entryp->getCallNodep()
: nullptr);
: (m_enableWriteSummary ? entryp->getCallNodep() : nullptr);
if (m_alwaysCombp
&& (!entryp->isDrivenAlwaysCombWhole()

0
test_regress/t/t_multidriven_funcret0.py Normal file → Executable file
View File