From: Devang Patel Date: Tue, 7 Jul 2009 21:55:14 +0000 (+0000) Subject: Accidently dropped this while removing dead code in previous commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=261cc194d7bf391913ea75617f19d7ad4880d7d2;p=oota-llvm.git 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 1c2548ca015..32f567318cb 100644 --- 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();