[C++] Use 'nullptr'.
[oota-llvm.git] / include / llvm / ExecutionEngine / SectionMemoryManager.h
index f68028b52d5c0e399884e3477bfcbc90bb5c3edb..f24bb4d5a52a86f87bf86cf02be7a5c43be18132 100644 (file)
@@ -72,7 +72,7 @@ public:
   /// operations needed to reliably use the memory are also performed.
   ///
   /// \returns true if an error occurred, false otherwise.
-  bool finalizeMemory(std::string *ErrMsg = 0) override;
+  bool finalizeMemory(std::string *ErrMsg = nullptr) override;
 
   /// \brief Invalidate instruction cache for code sections.
   ///