X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FAnalysis%2FPasses.h;h=becaa7e1d69ffbfe9a4ce739e229a275dc27580c;hp=0aa2075154e95312e04a8c735d89bece0cbeb6e9;hb=f6f87835dae0dc05884652ef57d0c969c1ffe2a6;hpb=67bd697ef77533a1af0621293eebb3cd51addf65 diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h index 0aa2075154e..becaa7e1d69 100644 --- a/include/llvm/Analysis/Passes.h +++ b/include/llvm/Analysis/Passes.h @@ -58,14 +58,6 @@ namespace llvm { // ImmutablePass *createCFLAliasAnalysisPass(); - //===--------------------------------------------------------------------===// - // - /// createLibCallAliasAnalysisPass - Create an alias analysis pass that knows - /// about the semantics of a set of libcalls specified by LCI. The newly - /// constructed pass takes ownership of the pointer that is provided. - /// - FunctionPass *createLibCallAliasAnalysisPass(LibCallInfo *LCI); - //===--------------------------------------------------------------------===// // // createScalarEvolutionAliasAnalysisPass - This pass implements a simple