remove a bunch of unused private methods
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
index a19e1f70631e16d48fe2f2bae97dcc56db8984f1..bbfa4c57146c9d5e8b190dd0464b70e163fbad66 100644 (file)
@@ -326,9 +326,7 @@ struct AddressSanitizer : public FunctionPass {
  private:
   void initializeCallbacks(Module &M);
 
-  bool ShouldInstrumentGlobal(GlobalVariable *G);
   bool LooksLikeCodeInBug11395(Instruction *I);
-  void FindDynamicInitializers(Module &M);
   bool GlobalIsLinkerInitialized(GlobalVariable *G);
   bool InjectCoverage(Function &F, const ArrayRef<BasicBlock*> AllBlocks);
   void InjectCoverageAtBlock(Function &F, BasicBlock &BB);