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

llvm-svn: 168499
This commit is contained in:
NAKAMURA Takumi 2012-11-22 14:18:25 +00:00
parent 26e7efeb1a
commit 6b8b2a9b98
1 changed files with 0 additions and 1 deletions

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;