[llvm-commits] [llvm] r168499 - /llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp

NAKAMURA Takumi geek4civic at gmail.com
Thu Nov 22 06:18:25 PST 2012


Author: chapuni
Date: Thu Nov 22 08:18:25 2012
New Revision: 168499

URL: http://llvm.org/viewvc/llvm-project?rev=168499&view=rev
Log:
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp?rev=168499&r1=168498&r2=168499&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp Thu Nov 22 08:18:25 2012
@@ -256,7 +256,6 @@
   void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
                                     Value *LastAddr);
 
-  static char ID;  // Pass identification, replacement for typeid
   OwningPtr<BlackList> BL;
   SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
   Type *IntptrTy;





More information about the llvm-commits mailing list