commit | 2eebf84c4a52ccf30e7328c9638e3f1fe6af826d | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Jul 07 21:55:14 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Jul 07 21:55:14 2009 +0000 |
tree | 78fd3b09e359ae3278f4ad5e58fbefcbad2654eb | |
parent | c5b0d76c9d8cf4eac391f308999574daf9765f29 [diff] |
Accidently dropped this while removing dead code in previous commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74953 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 1c2548c..32f5673 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1618,6 +1618,7 @@ 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();