Skip to content

Commit 33f8585

Browse files
committed
rm rebase weirdness
1 parent 155ef26 commit 33f8585

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/lib/CodeGen/CodeGenFunction.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,12 +1556,6 @@ void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn,
15561556
Bypasses.Init(CGM, Body);
15571557
}
15581558

1559-
// Finalize function debug info on exit.
1560-
auto Cleanup = llvm::make_scope_exit([this] {
1561-
if (CGDebugInfo *DI = getDebugInfo())
1562-
DI->completeFunction();
1563-
});
1564-
15651559
// Emit the standard function prologue.
15661560
StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
15671561

0 commit comments

Comments
 (0)