We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a54cca commit cf9a357Copy full SHA for cf9a357
src/cts/src/TritonCTS.cpp
@@ -485,8 +485,8 @@ void TritonCTS::writeDataToDb()
485
double allSinkDistance = 0.0;
486
int minDepth = 0;
487
int maxDepth = 0;
488
- bool reportFullTree = !builder->getParent()
489
- && !builder->getChildren().empty();
+ bool reportFullTree
+ = !builder->getParent() && !builder->getChildren().empty();
490
491
std::unordered_set<odb::dbITerm*> sinks;
492
builder->getClock().forEachSink([&sinks](const ClockInst& inst) {
0 commit comments