Internals: Prep for V3Slice rewrite. No functional change intended.

This commit is contained in:
Wilson Snyder
2017-10-04 21:15:19 -04:00
parent 77a3d683e3
commit b532a47e4a
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ private:
arrayselp = lhsp->castArraySel();
}
if (!arrayselp) nodep->v3fatalSrc("No arraysel under bitsel?");
if (arrayselp->length()!=1) nodep->v3fatalSrc("ArraySel with length!=1 should have been removed in V3Slice");
if (arrayselp->dtypep()->skipRefp()->castUnpackArrayDType()) nodep->v3fatalSrc("ArraySel with unpacked arrays should have been removed in V3Slice");
UINFO(4,"AssignDlyArray: "<<nodep<<endl);
//