diff options
author | Vladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com> | 2025-09-23 19:44:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 19:44:34 +0200 |
commit | 310811af6de889292aa8253af23362c3b70d99aa (patch) | |
tree | 06882c821e2e132408ef9ad501073bba0a1d3b8b /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | |
parent | d0eef22171096069fe4f6103b303bc5313c76fe7 (diff) | |
download | llvm-310811af6de889292aa8253af23362c3b70d99aa.zip llvm-310811af6de889292aa8253af23362c3b70d99aa.tar.gz llvm-310811af6de889292aa8253af23362c3b70d99aa.tar.bz2 |
Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract subprogram DIEs" (#160349)
Reverts llvm/llvm-project#159104 due to the issues reported in
https://github.com/llvm/llvm-project/issues/160197.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp index 0037bdd..a8143bd 100644 --- a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp @@ -3721,7 +3721,7 @@ bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, TFI = MF.getSubtarget().getFrameLowering(); TFI->getCalleeSaves(MF, CalleeSavedRegs); MFI = &MF.getFrameInfo(); - LS.scanFunction(MF); + LS.initialize(MF); const auto &STI = MF.getSubtarget(); AdjustsStackInCalls = MFI->adjustsStack() && |