Skip to content

Commit

Permalink
Remove dead declarations.
Browse files Browse the repository at this point in the history
Patch by Tobias Güntner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205119 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Mar 30, 2014
1 parent 0d71a03 commit 6c449e8
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions include/llvm/Analysis/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,27 +93,6 @@ namespace llvm {
//
ImmutablePass *createObjCARCAliasAnalysisPass();

//===--------------------------------------------------------------------===//
//
// createDSAAPass - This pass implements simple context sensitive alias
// analysis.
//
ModulePass *createDSAAPass();

//===--------------------------------------------------------------------===//
//
// createDSOptPass - This pass uses DSA to do a series of simple
// optimizations.
//
ModulePass *createDSOptPass();

//===--------------------------------------------------------------------===//
//
// createSteensgaardPass - This pass uses the data structure graphs to do a
// simple context insensitive alias analysis.
//
ModulePass *createSteensgaardPass();

//===--------------------------------------------------------------------===//
//
/// createLazyValueInfoPass - This creates an instance of the LazyValueInfo
Expand Down

0 comments on commit 6c449e8

Please sign in to comment.