aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Passes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-01 19:24:17 +0000
committerChris Lattner <sabre@nondot.org>2010-03-01 19:24:17 +0000
commita9cf19670f50095eac7191a5360ed03839e87465 (patch)
tree76766a8698edc0765f7f98ace1ae4f4e84a5e4fc /include/llvm/Analysis/Passes.h
parentad4df4c0da1a0e4b091321e1ffdc7973669e4273 (diff)
downloadexternal_llvm-a9cf19670f50095eac7191a5360ed03839e87465.zip
external_llvm-a9cf19670f50095eac7191a5360ed03839e87465.tar.gz
external_llvm-a9cf19670f50095eac7191a5360ed03839e87465.tar.bz2
remove anders-aa from mainline, it isn't maintained and is
tantalyzing enough that people keep trying to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Passes.h')
-rw-r--r--include/llvm/Analysis/Passes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h
index 2f39c6a..1a5cbb2 100644
--- a/include/llvm/Analysis/Passes.h
+++ b/include/llvm/Analysis/Passes.h
@@ -81,13 +81,6 @@ namespace llvm {
//===--------------------------------------------------------------------===//
//
- // createAndersensPass - This pass implements Andersen's interprocedural alias
- // analysis.
- //
- ModulePass *createAndersensPass();
-
- //===--------------------------------------------------------------------===//
- //
// createProfileLoaderPass - This pass loads information from a profile dump
// file.
//