diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-06-04 20:23:13 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-06-04 20:23:13 +0000 |
commit | a2498cc51a22815db2006d43b6877aba714a73b0 (patch) | |
tree | a8b9fbf5d63ee1e2a44a426563090332522b4257 | |
parent | f3a8079b75448d7db19a4333c0bc218564ac6556 (diff) | |
download | bcm5719-llvm-a2498cc51a22815db2006d43b6877aba714a73b0.tar.gz bcm5719-llvm-a2498cc51a22815db2006d43b6877aba714a73b0.zip |
Having another go at some simple cleanup from r237975/r237976
I made a few changes here in a couple of commits - breaking them out
into smaller ones in case I hit the GCC oddities again.
I'm still not /entirely/ sure what the issues were, so apologies if any
of these experiments break things again. Feel free to revert
immediately.
llvm-svn: 239083
-rw-r--r-- | llvm/include/llvm/DebugInfo/DIContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/DIContext.h b/llvm/include/llvm/DebugInfo/DIContext.h index dddc7faa73e..7be795f9a43 100644 --- a/llvm/include/llvm/DebugInfo/DIContext.h +++ b/llvm/include/llvm/DebugInfo/DIContext.h @@ -141,7 +141,6 @@ private: /// on the fly. class LoadedObjectInfo { public: - LoadedObjectInfo() {} virtual ~LoadedObjectInfo() {} /// Obtain the Load Address of a section by Name. |