[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXMCExpr.h
index 0efb231d7d2e93ce56970d6431419fd703484369..8e0e225f584972df23f55e2de2992913f276fe90 100644 (file)
@@ -68,7 +68,7 @@ public:
   }
   void AddValueSymbols(MCAssembler *) const {};
   const MCSection *FindAssociatedSection() const {
-    return NULL;
+    return nullptr;
   }
 
   // There are no TLS NVPTXMCExprs at the moment.