llvm isn't C++11 yet :(
[oota-llvm.git] / include / llvm / Object / ELF.h
index 8afbd451bebe0e19cb5eb473a848fffe1d75c12c..39a8c981c5901afd58e3f61db513e408ebf9a6ec 100644 (file)
@@ -249,7 +249,7 @@ private:
 
   /// \brief Represents a region described by entries in the .dynamic table.
   struct DynRegionInfo {
-    DynRegionInfo() : Addr(nullptr), Size(0), EntSize(0) {}
+    DynRegionInfo() : Addr(0), Size(0), EntSize(0) {}
     /// \brief Address in current address space.
     const void *Addr;
     /// \brief Size in bytes of the region.