summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-22 14:18:25 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-22 14:18:25 +0000
commit6b8b2a9b98f35cc478a9e7f5c0e0aab6e7fe2ed9 (patch)
treeb1109c4d53727fa566f1c9336074b14a127da925 /llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
parent26e7efeb1a5207a6679063142d82b353c71252ca (diff)
downloadbcm5719-llvm-6b8b2a9b98f35cc478a9e7f5c0e0aab6e7fe2ed9.tar.gz
bcm5719-llvm-6b8b2a9b98f35cc478a9e7f5c0e0aab6e7fe2ed9.zip
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreateGlobalRedzonesPass::ID. [-Wunused-variable]
llvm-svn: 168499
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
index 61ddc08dd61..4e05c3200ce 100644
--- a/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
@@ -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;
OpenPOWER on IntegriCloud