DwarfDebug: Split the initialization of abstract and non-abstract subprogram DIEs.
[oota-llvm.git] / lib / CodeGen / SplitKit.h
index f029c73d122a927b911fd439b998590c4bdaa1e7..08bcf35350d9dc02e3f8ce41fbbe26411671ec7f 100644 (file)
@@ -417,7 +417,7 @@ public:
   /// @param LRMap When not null, this vector will map each live range in Edit
   ///              back to the indices returned by openIntv.
   ///              There may be extra indices created by dead code elimination.
-  void finish(SmallVectorImpl<unsigned> *LRMap = 0);
+  void finish(SmallVectorImpl<unsigned> *LRMap = nullptr);
 
   /// dump - print the current interval maping to dbgs().
   void dump() const;