Give a name to nameless argument.
authorDevang Patel <dpatel@apple.com>
Wed, 27 Oct 2010 18:08:31 +0000 (18:08 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 27 Oct 2010 18:08:31 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117468 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index 26118c26bc88e70fd0b1fb0dc773ba2604391fdf..1c1b595576f0f2c77a03e9c59f315130915367e2 100644 (file)
@@ -734,7 +734,7 @@ namespace llvm {
                                   bool isDefinition,
                                   unsigned VK = 0,
                                   unsigned VIndex = 0,
-                                  DIType = DIType(),
+                                  DIType ContainingType = DIType(),
                                   unsigned Flags = 0,
                                   bool isOptimized = false,
                                   Function *Fn = 0);