mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-16 00:16:50 +00:00
Delete Analysis Resolver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
330ce44af6
commit
5230eaa5a8
@ -88,7 +88,7 @@ class Pass {
|
||||
Pass(const Pass &); // DO NOT IMPLEMENT
|
||||
public:
|
||||
Pass() : Resolver(0), PassInfoCache(0) {}
|
||||
virtual ~Pass() {} // Destructor is virtual so we can be subclassed
|
||||
virtual ~Pass() { delete Resolver; } // Destructor is virtual so we can be subclassed
|
||||
|
||||
/// getPassName - Return a nice clean name for a pass. This usually
|
||||
/// implemented in terms of the name that is registered by one of the
|
||||
|
Loading…
Reference in New Issue
Block a user