Skip to content

Commit 855854e

Browse files
committed
rm cruft
1 parent 33f8585 commit 855854e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/CodeGen/CodeGenFunction.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,6 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
445445
// Reset the debug location to that of the simple 'return' expression, if any
446446
// rather than that of the end of the function's scope '}'.
447447
uint64_t RetKeyInstructionsAtomGroup = Loc ? Loc->getAtomGroup() : 0;
448-
llvm::errs() << "RetKeyInstructionsAtomGroup " << RetKeyInstructionsAtomGroup
449-
<< "\n";
450-
if (Loc)
451-
llvm::errs() << *Loc << "\n";
452448
ApplyDebugLocation AL(*this, Loc);
453449
EmitFunctionEpilog(*CurFnInfo, EmitRetDbgLoc, EndLoc,
454450
RetKeyInstructionsAtomGroup);

0 commit comments

Comments
 (0)