mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-25 12:04:36 +00:00
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
This commit is contained in:
parent
0179e97723
commit
7ed6311577
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user