mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 03:58:16 +00:00
[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
This commit is contained in:
parent
0f39827340
commit
2fd69d0fcc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user