[llvm-commits] [dragonegg] r115912 - in /dragonegg/trunk: llvm-debug.cpp llvm-debug.h

Duncan Sands baldrick at free.fr
Thu Oct 7 04:29:22 PDT 2010


Author: baldrick
Date: Thu Oct  7 06:29:22 2010
New Revision: 115912

URL: http://llvm.org/viewvc/llvm-project?rev=115912&view=rev
Log:
Port commit 111690 (djg) from llvm-gcc:
FwdTypeCount is no longer used.

Modified:
    dragonegg/trunk/llvm-debug.cpp
    dragonegg/trunk/llvm-debug.h

Modified: dragonegg/trunk/llvm-debug.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/llvm-debug.cpp?rev=115912&r1=115911&r2=115912&view=diff
==============================================================================
--- dragonegg/trunk/llvm-debug.cpp (original)
+++ dragonegg/trunk/llvm-debug.cpp Thu Oct  7 06:29:22 2010
@@ -222,7 +222,6 @@
 , PrevFullPath("")
 , PrevLineNo(0)
 , PrevBB(NULL)
-, FwdTypeCount(0)
 , RegionStack()
 {}
 

Modified: dragonegg/trunk/llvm-debug.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/llvm-debug.h?rev=115912&r1=115911&r2=115912&view=diff
==============================================================================
--- dragonegg/trunk/llvm-debug.h (original)
+++ dragonegg/trunk/llvm-debug.h Thu Oct  7 06:29:22 2010
@@ -64,11 +64,6 @@
 
   DICompileUnit TheCU;                  // The compile unit.
 
-  // This counter counts debug info for forward referenced subroutine types.
-  // This counter is used to create unique name for such types so that their
-  // debug info (through MDNodes) is not shared accidently.
-  unsigned FwdTypeCount;
-
   std::map<tree_node *, WeakVH > TypeCache;
                                         // Cache of previously constructed
                                         // Types.





More information about the llvm-commits mailing list