[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / PassRegistry.h
index 756b1b85abcc1be072e40ca0c1236b9aedb5b812..7f2a01426e0dba8adbfbbcb7d21b5bcd86b96aa4 100644 (file)
@@ -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