remove if branch
This commit is contained in:
parent
96857581d4
commit
43cc217230
|
|
@ -615,8 +615,6 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
||||||
markNestedGlobalConstrainedRecurse(nodep->fromp());
|
markNestedGlobalConstrainedRecurse(nodep->fromp());
|
||||||
} else if (VN_IS(nodep->fromp(), ArraySel)) {
|
} else if (VN_IS(nodep->fromp(), ArraySel)) {
|
||||||
nodep->v3warn(E_UNSUPPORTED, "Unsupported in global constraint");
|
nodep->v3warn(E_UNSUPPORTED, "Unsupported in global constraint");
|
||||||
} else {
|
|
||||||
nodep->v3error("Unexpected in global constraints");
|
|
||||||
}
|
}
|
||||||
// Global constraint processing algorithm:
|
// Global constraint processing algorithm:
|
||||||
// 1. Detect globally constrained object variables in randomized classes
|
// 1. Detect globally constrained object variables in randomized classes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue