summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-07 21:55:14 +0000
committerDevang Patel <dpatel@apple.com>2009-07-07 21:55:14 +0000
commit14fd73b08d676d2dcc9e80f73305635c086d468d (patch)
treec207ee5a3e50fb9044c490811454aae1528c0971
parent7a87a78c6c4bf0a76bc42fa7ff78b20a2c083d4c (diff)
downloadbcm5719-llvm-14fd73b08d676d2dcc9e80f73305635c086d468d.tar.gz
bcm5719-llvm-14fd73b08d676d2dcc9e80f73305635c086d468d.zip
Accidently dropped this while removing dead code in previous commit.
llvm-svn: 74953
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1c2548ca015..32f567318cb 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud