projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027c84d
)
Give a name to nameless argument.
author
Devang Patel
<dpatel@apple.com>
Wed, 27 Oct 2010 18:08:31 +0000
(18:08 +0000)
committer
Devang 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
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index 26118c26bc88e70fd0b1fb0dc773ba2604391fdf..1c1b595576f0f2c77a03e9c59f315130915367e2 100644
(file)
--- 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);