[PM] Remove a FIXME comment that was fixed by my recent refactorings:
authorChandler Carruth <chandlerc@gmail.com>
Fri, 22 Nov 2013 23:37:54 +0000 (23:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 22 Nov 2013 23:37:54 +0000 (23:37 +0000)
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

include/llvm/IR/PassManager.h

index ad48d2fc2b1082795d935168c6a1dd83fc457767..6604c1851c1dcfb97208a93dabda62692dd51422 100644 (file)
@@ -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.
 /// 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;
 class FunctionAnalysisManagerModuleProxy {
 public:
   class Result;