llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-11-22 14:18:25 +00:00
parent 9f696c8157
commit d59c07255e

View File

@ -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;