forked from OSchip/llvm-project
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
llvm-svn: 168499
This commit is contained in:
parent
26e7efeb1a
commit
6b8b2a9b98
|
@ -256,7 +256,6 @@ class AddressSanitizerCreateGlobalRedzonesPass {
|
|||
void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
|
||||
Value *LastAddr);
|
||||
|
||||
static char ID; // Pass identification, replacement for typeid
|
||||
OwningPtr<BlackList> BL;
|
||||
SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
|
||||
Type *IntptrTy;
|
||||
|
|
Loading…
Reference in New Issue