Allow loop unrolling with coverage

This commit is contained in:
Wilson Snyder 2024-02-07 19:56:32 -05:00
parent fe8c7c5a94
commit 07d86bf91d
1 changed files with 3 additions and 0 deletions

View File

@ -1176,6 +1176,9 @@ private:
}
}
// Ignore coverage - from a function we're inlining
void visit(AstCoverInc* nodep) override {}
// ====
// Known Bad
void visit(AstCMethodHard* nodep) override {