Change an assert that mentions Packed Type -> Vector Type.

llvm-svn: 34298
This commit is contained in:
Reid Spencer 2007-02-15 03:11:20 +00:00
parent ebe725b466
commit 537ee02f89
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ void LowerPacked::visitStoreInst(StoreInst& SI)
std::vector<Value*>& values = getValues(SI.getOperand(0));
assert((values.size() == PKT->getNumElements()) &&
"Scalar must have the same number of elements as Packed Type");
"Scalar must have the same number of elements as Vector Type");
for (unsigned i = 0, e = PKT->getNumElements(); i != e; ++i) {
// Generate the indices for getelementptr