summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-08-08 22:50:40 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-08-08 22:50:40 +0000
commit077882020e08b52d109309ec605b4b24a18c790e (patch)
treecdc4c50f4773b40356c1a94b368781e0fc8cebcc /llvm
parent126973ba93ef729f6c6050897f3173bd9e8befb1 (diff)
downloadbcm5719-llvm-077882020e08b52d109309ec605b4b24a18c790e.tar.gz
bcm5719-llvm-077882020e08b52d109309ec605b4b24a18c790e.zip
llvm isn't C++11 yet :(
llvm-svn: 188023
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Object/ELF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ELF.h b/llvm/include/llvm/Object/ELF.h
index 8afbd451beb..39a8c981c59 100644
--- a/llvm/include/llvm/Object/ELF.h
+++ b/llvm/include/llvm/Object/ELF.h
@@ -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.
OpenPOWER on IntegriCloud