remove if branch

This commit is contained in:
Yilou Wang 2025-10-26 20:57:32 +01:00
parent 96857581d4
commit 43cc217230
1 changed files with 0 additions and 2 deletions

View File

@ -615,8 +615,6 @@ class RandomizeMarkVisitor final : public VNVisitor {
markNestedGlobalConstrainedRecurse(nodep->fromp());
} else if (VN_IS(nodep->fromp(), ArraySel)) {
nodep->v3warn(E_UNSUPPORTED, "Unsupported in global constraint");
} else {
nodep->v3error("Unexpected in global constraints");
}
// Global constraint processing algorithm:
// 1. Detect globally constrained object variables in randomized classes