mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
Remove more dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181656 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1677,9 +1677,6 @@ void DwarfDebug::endFunction(const MachineFunction *MF) {
|
||||
if (!MF->getTarget().Options.DisableFramePointerElim(*MF))
|
||||
TheCU->addFlag(CurFnDIE, dwarf::DW_AT_APPLE_omit_frame_ptr);
|
||||
|
||||
DebugFrames.push_back(FunctionDebugFrameInfo(Asm->getFunctionNumber(),
|
||||
MMI->getFrameMoves()));
|
||||
|
||||
// Clear debug info
|
||||
for (DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> >::iterator
|
||||
I = ScopeVariables.begin(), E = ScopeVariables.end(); I != E; ++I)
|
||||
|
Reference in New Issue
Block a user