summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Passes.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-11-14 05:21:04 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-11-14 05:21:04 +0000
commit472c7918b0bc155e002db6f682c899e21bff852c (patch)
tree0126b47b1e32a3e250317a94f7ce65f99cf56124 /include/llvm/Analysis/Passes.h
parentd798a515e93e1ac323ecff8dc6c0b0567c252e36 (diff)
downloadexternal_llvm-472c7918b0bc155e002db6f682c899e21bff852c.zip
external_llvm-472c7918b0bc155e002db6f682c899e21bff852c.tar.gz
external_llvm-472c7918b0bc155e002db6f682c899e21bff852c.tar.bz2
A shim over other AA impls to catch incorrect uses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Passes.h')
-rw-r--r--include/llvm/Analysis/Passes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h
index 0b48574..854128e 100644
--- a/include/llvm/Analysis/Passes.h
+++ b/include/llvm/Analysis/Passes.h
@@ -30,6 +30,12 @@ namespace llvm {
//===--------------------------------------------------------------------===//
//
+ // createAliasDebugger - This pass helps debug clients of AA
+ //
+ Pass *createAliasDebugger();
+
+ //===--------------------------------------------------------------------===//
+ //
// createAliasAnalysisCounterPass - This pass counts alias queries and how the
// alias analysis implementation responds.
//