mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
Doh again!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c27e056d4f
commit
dea7245997
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user