Apply 'make format'
This commit is contained in:
parent
b88fc74c57
commit
5a947114f3
|
|
@ -1514,11 +1514,12 @@ class ConstraintExprVisitor final : public VNVisitor {
|
|||
= VN_CAST(nodep->fromp()->dtypep()->skipRefp(), UnpackArrayDType)) {
|
||||
const int arraySize = adtypep->elementsConst();
|
||||
if (arraySize > v3Global.opt.constraintArrayLimit()) {
|
||||
nodep->v3warn(CONSTRAINTIGN, "Constraint array reduction ignored (array size "
|
||||
+ cvtToStr(arraySize)
|
||||
+ " exceeds --constraint-array-limit of "
|
||||
+ cvtToStr(v3Global.opt.constraintArrayLimit())
|
||||
+ "), treating as state");
|
||||
nodep->v3warn(CONSTRAINTIGN,
|
||||
"Constraint array reduction ignored (array size "
|
||||
+ cvtToStr(arraySize)
|
||||
+ " exceeds --constraint-array-limit of "
|
||||
+ cvtToStr(v3Global.opt.constraintArrayLimit())
|
||||
+ "), treating as state");
|
||||
nodep->user1(false);
|
||||
if (editFormat(nodep)) return;
|
||||
nodep->v3fatalSrc("Method not handled in constraints? " << nodep);
|
||||
|
|
|
|||
Loading…
Reference in New Issue