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:
66c6324
)
Accidently dropped this while removing dead code in previous commit.
author
Devang Patel
<dpatel@apple.com>
Tue, 7 Jul 2009 21:55:14 +0000
(21:55 +0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 7 Jul 2009 21:55:14 +0000
(21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74953
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1c2548ca01533f564b07657d2f822f1116622f1f..32f567318cb26ea9aecead02a7bc627149fcf46b 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-1618,6
+1618,7
@@
void DwarfDebug::RecordVariable(GlobalVariable *GV, unsigned FrameIndex,
if (SI != InlinedVariableScopes.end()) {
// or GV is an inlined local variable.
Scope = SI->second;
+ InlinedFnVar = true;
} else {
DIVariable DV(GV);
GlobalVariable *V = DV.getContext().getGV();