Skip to content

Commit 5412040

Browse files
authored
Merge pull request #13192 from apple/revert-13168-large_type_lldb_workaround
2 parents 3cd9320 + 86ea17a commit 5412040

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/IRGen/LoadableByAddress.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,10 +1465,6 @@ static void setInstrUsers(StructLoweringState &pass, AllocStackInst *allocInstr,
14651465
SILValue tgt = storeUser->getDest();
14661466
createOutlinedCopyCall(copyBuilder, allocInstr, tgt, pass);
14671467
storeUser->eraseFromParent();
1468-
} else if (auto *dbgInst = dyn_cast<DebugValueInst>(user)) {
1469-
SILBuilder dbgBuilder(dbgInst);
1470-
// We need to create a debug for the alloc stack as well for LLDB
1471-
dbgBuilder.createDebugValueAddr(dbgInst->getLoc(), allocInstr);
14721468
}
14731469
}
14741470
}

0 commit comments

Comments
 (0)