Doh again!

llvm-svn: 26188
This commit is contained in:
Evan Cheng 2006-02-14 23:05:54 +00:00
parent cffbbee8d1
commit 0451499b3c
1 changed files with 1 additions and 1 deletions

View File

@ -1598,7 +1598,7 @@ static bool MeetsMaxMemopRequirement(std::vector<MVT::ValueType> &MemOps,
if (VT > LVT)
VT = LVT;
unsigned NumMemOps;
unsigned NumMemOps = 0;
while (Size != 0) {
unsigned VTSize = getSizeInBits(VT) / 8;
while (VTSize > Size) {