From 7ed631157738132f88125bc374850326f9b2f8cd Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 30 Mar 2010 18:07:00 +0000 Subject: [PATCH] There is no need to fall through after processing DBG_VALUE machine instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99899 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index d76de693dff..d3d5b2992d2 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2067,6 +2067,7 @@ void DwarfDebug::beginScope(const MachineInstr *MI) { DILoc.getScope().getNode()); DI->second->setDbgValueLabel(Label); } + return; } // Emit a label to indicate location change. This is used for line