summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-27 18:08:31 +0000
committerDevang Patel <dpatel@apple.com>2010-10-27 18:08:31 +0000
commitf95a27192203e42f6d9c66a819f5b015f1a1d819 (patch)
tree39c4137b8ec94323445263013237b64b4e28b9f7 /include
parent027c84dd3ea886c89ddebaa4badce74e2e462c7f (diff)
downloadllvm-f95a27192203e42f6d9c66a819f5b015f1a1d819.tar.gz
llvm-f95a27192203e42f6d9c66a819f5b015f1a1d819.tar.bz2
llvm-f95a27192203e42f6d9c66a819f5b015f1a1d819.tar.xz
Give a name to nameless argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 26118c26bc..1c1b595576 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);