diff options
| -rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues.cpp index 58680f7be4e..04efa7bc35e 100644 --- a/llvm/lib/CodeGen/LiveDebugValues.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues.cpp @@ -859,8 +859,7 @@ void LiveDebugValues::insertTransferDebugPair(      unsigned NewReg) {    const MachineInstr *DebugInstr = &VarLocIDs[OldVarID].MI; -  auto ProcessVarLoc = [&MI, &OpenRanges, &Transfers, &DebugInstr, -                        &VarLocIDs](VarLoc &VL) { +  auto ProcessVarLoc = [&MI, &OpenRanges, &Transfers, &VarLocIDs](VarLoc &VL) {      unsigned LocId = VarLocIDs.insert(VL);      // Close this variable's previous location range.  | 

