Skip to content

Commit cc95976

Browse files
committed
rm rebase weirdness
1 parent 5966afc commit cc95976

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
@@ -1555,12 +1555,6 @@ void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn,
15551555
Bypasses.Init(CGM, Body);
15561556
}
15571557

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

0 commit comments

Comments
 (0)