Apply 'make format'

This commit is contained in:
github action 2022-02-16 05:11:38 +00:00
parent 331c2244fc
commit 77fe7c426e
2 changed files with 2 additions and 2 deletions

View File

@ -1092,8 +1092,8 @@ class LinkDotFindVisitor final : public VNVisitor {
} else {
findvarp->combineType(nodep);
findvarp->fileline()->modifyStateInherit(nodep->fileline());
if (nodep->getChildDTypep()->numeric().isSigned() &&
!findvarp->getChildDTypep()->numeric().isSigned()) {
if (nodep->getChildDTypep()->numeric().isSigned()
&& !findvarp->getChildDTypep()->numeric().isSigned()) {
findvarp->getChildDTypep()->numeric(VSigning(true));
}
AstBasicDType* const bdtypep

0
test_regress/t/t_math_signed_calc.pl Normal file → Executable file
View File