[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
index 1d29d64a13b9cd22a86fcb365c3184af8c15b427..caec2534691afa4d7e69f773419e5365e92cedf9 100644 (file)
@@ -280,7 +280,7 @@ void CallGraphWrapperPass::print(raw_ostream &OS, const Module *) const {
 }
 
 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
-void CallGraphWrapperPass::dump() const { print(dbgs(), 0); }
+void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); }
 #endif
 
 // Enuse that users of CallGraph.h also link with this file