Skip to content

Commit 922bd4d

Browse files
committed
rm cruft
1 parent cc95976 commit 922bd4d

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
@@ -444,10 +444,6 @@ void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
444444
// Reset the debug location to that of the simple 'return' expression, if any
445445
// rather than that of the end of the function's scope '}'.
446446
uint64_t RetKeyInstructionsAtomGroup = Loc ? Loc->getAtomGroup() : 0;
447-
llvm::errs() << "RetKeyInstructionsAtomGroup " << RetKeyInstructionsAtomGroup
448-
<< "\n";
449-
if (Loc)
450-
llvm::errs() << *Loc << "\n";
451447
ApplyDebugLocation AL(*this, Loc);
452448
EmitFunctionEpilog(*CurFnInfo, EmitRetDbgLoc, EndLoc,
453449
RetKeyInstructionsAtomGroup);

0 commit comments

Comments
 (0)