llvm isn't C++11 yet :(

llvm-svn: 188023
This commit is contained in:
Michael J. Spencer 2013-08-08 22:50:40 +00:00
parent 126973ba93
commit 077882020e
1 changed files with 1 additions and 1 deletions

View 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.