Internals: Make SelPlus consistent with other branches. No functional change intended.

This commit is contained in:
Wilson Snyder 2013-01-13 11:30:05 -05:00
parent 0985b82760
commit 191af2e87b

View File

@ -342,7 +342,7 @@ private:
// SELPLUS(from,lsb,width) -> SEL(from, lsb-vector_lsb, width)
newp = new AstSel (nodep->fileline(),
fromp,
newSubLsbOf(rhsp, basefromp),
newSubNeg(rhsp, adtypep->lsb()),
widthp);
}
} else if (nodep->castSelMinus()) {