aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassRegistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/PassRegistry.h')
-rw-r--r--include/llvm/PassRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h
index 756b1b8..7f2a014 100644
--- a/include/llvm/PassRegistry.h
+++ b/include/llvm/PassRegistry.h
@@ -37,7 +37,7 @@ class PassRegistry {
void *getImpl() const;
public:
- PassRegistry() : pImpl(0) { }
+ PassRegistry() : pImpl(nullptr) { }
~PassRegistry();
/// getPassRegistry - Access the global registry object, which is