[llvm-commits] [llvm] r117468 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h

Devang Patel dpatel at apple.com
Wed Oct 27 11:08:31 PDT 2010


Author: dpatel
Date: Wed Oct 27 13:08:31 2010
New Revision: 117468

URL: http://llvm.org/viewvc/llvm-project?rev=117468&view=rev
Log:
Give a name to nameless argument.

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

Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=117468&r1=117467&r2=117468&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Wed Oct 27 13:08:31 2010
@@ -734,7 +734,7 @@
                                   bool isDefinition,
                                   unsigned VK = 0,
                                   unsigned VIndex = 0,
-                                  DIType = DIType(),
+                                  DIType ContainingType = DIType(),
                                   unsigned Flags = 0,
                                   bool isOptimized = false,
                                   Function *Fn = 0);





More information about the llvm-commits mailing list