mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Properly initialize the pImpl member of PassRegistry to zero.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4b06f7c55
commit
c88c11d607
@ -36,6 +36,8 @@ class PassRegistry {
|
||||
void *getImpl() const;
|
||||
|
||||
public:
|
||||
PassRegistry() : pImpl(0) { }
|
||||
|
||||
/// getPassRegistry - Access the global registry object, which is
|
||||
/// automatically initialized at application launch and destroyed by
|
||||
/// llvm_shutdown.
|
||||
|
Loading…
x
Reference in New Issue
Block a user