We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e10a6 + b37d0df commit fd810cfCopy full SHA for fd810cf
lib/IRGen/IRGenSIL.cpp
@@ -344,7 +344,6 @@ class IRGenSILFunction :
344
StackSlotKey;
345
/// Keeps track of the mapping of source variables to -O0 shadow copy allocas.
346
llvm::SmallDenseMap<StackSlotKey, Address, 8> ShadowStackSlots;
347
- llvm::SmallDenseMap<llvm::Type *, Address, 8> DebugScratchpads;
348
llvm::SmallDenseMap<Decl *, SmallString<4>, 8> AnonymousVariables;
349
llvm::SmallVector<std::pair<DominancePoint, llvm::Instruction *>, 8>
350
ValueVariables;
0 commit comments