From f95a27192203e42f6d9c66a819f5b015f1a1d819 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 27 Oct 2010 18:08:31 +0000 Subject: [PATCH] Give a name to nameless argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117468 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 26118c26bc8..1c1b595576f 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -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);