[llvm-commits] [llvm] r74953 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Devang Patel
dpatel at apple.com
Tue Jul 7 14:55:15 PDT 2009
Author: dpatel
Date: Tue Jul 7 16:55:14 2009
New Revision: 74953
URL: http://llvm.org/viewvc/llvm-project?rev=74953&view=rev
Log:
Accidently dropped this while removing dead code in previous commit.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=74953&r1=74952&r2=74953&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Tue Jul 7 16:55:14 2009
@@ -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();
More information about the llvm-commits
mailing list