diff options
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index 346248f..1fbe578 100644 --- a/llvm/lib/CodeGen/CodeGenPrepare.cpp +++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp @@ -1714,7 +1714,6 @@ class MemCmpExpansion { ResultBlock ResBlock; const uint64_t Size; unsigned MaxLoadSize; - uint64_t NumLoads; uint64_t NumLoadsNonOneByte; const uint64_t NumLoadsPerBlock; std::vector<BasicBlock *> LoadCmpBlocks; @@ -1787,7 +1786,6 @@ MemCmpExpansion::MemCmpExpansion(CallInst *const CI, uint64_t Size, : CI(CI), Size(Size), MaxLoadSize(MaxLoadSize), - NumLoads(0), NumLoadsNonOneByte(0), NumLoadsPerBlock(LoadsPerBlock), IsUsedForZeroCmp(isOnlyUsedInZeroEqualityComparison(CI)), |