Commentary

This commit is contained in:
Wilson Snyder 2013-01-20 13:00:02 -05:00
parent 5d6a053f98
commit 498ab23355
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ private:
// otherwise would need some mess to force both sides to proper size
}
}
// Simple dtype checking, should be a more general check
// TODO Simple dtype checking, should be a more general check
bool hiArray = nodep->exprp()->dtypep()->skipRefp()->castUnpackArrayDType();
bool loArray = nodep->modVarp()->dtypep()->skipRefp()->castUnpackArrayDType();
if (loArray != hiArray) {