summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-22 23:37:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-22 23:37:54 +0000
commit2fd69d0fccd9cdfa91ea6a9e0ad2d8fe50f10b46 (patch)
tree864f73c6059cf39e6b7f36f86778b0b1de164cde /include
parent0f3982734058d9039d986e9d1dd3a879ff3512f0 (diff)
downloadllvm-2fd69d0fccd9cdfa91ea6a9e0ad2d8fe50f10b46.tar.gz
llvm-2fd69d0fccd9cdfa91ea6a9e0ad2d8fe50f10b46.tar.bz2
llvm-2fd69d0fccd9cdfa91ea6a9e0ad2d8fe50f10b46.tar.xz
[PM] Remove a FIXME comment that was fixed by my recent refactorings:
now the access to the manager is via the proxy that ensures it behaves correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/PassManager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h
index ad48d2fc2b..6604c1851c 100644
--- a/include/llvm/IR/PassManager.h
+++ b/include/llvm/IR/PassManager.h
@@ -632,10 +632,6 @@ private:
/// never use a function analysis manager from within (transitively) a module
/// pass manager unless your parent module pass has received a proxy result
/// object for it.
-///
-/// FIXME: It might be really nice to "enforce" this (softly) by making this
-/// proxy the API path to access a function analysis manager within a module
-/// pass.
class FunctionAnalysisManagerModuleProxy {
public:
class Result;