[llvm] r239083 - Having another go at some simple cleanup from r237975/r237976

David Blaikie dblaikie at gmail.com
Thu Jun 4 13:23:14 PDT 2015


Author: dblaikie
Date: Thu Jun  4 15:23:13 2015
New Revision: 239083

URL: http://llvm.org/viewvc/llvm-project?rev=239083&view=rev
Log:
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.

Modified:
    llvm/trunk/include/llvm/DebugInfo/DIContext.h

Modified: llvm/trunk/include/llvm/DebugInfo/DIContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DIContext.h?rev=239083&r1=239082&r2=239083&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DIContext.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DIContext.h Thu Jun  4 15:23:13 2015
@@ -141,7 +141,6 @@ private:
 /// on the fly.
 class LoadedObjectInfo {
 public:
-  LoadedObjectInfo() {}
   virtual ~LoadedObjectInfo() {}
 
   /// Obtain the Load Address of a section by Name.





More information about the llvm-commits mailing list