Skip to content

Commit

Permalink
Revert "Fix formatting in #84756"
Browse files Browse the repository at this point in the history
  • Loading branch information
OCHyams committed Mar 18, 2024
1 parent b097b3d commit 3e4170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CGBlocks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ llvm::Function *CodeGenFunction::GenerateBlockFunction(
// Go back to the entry.
if (entry_ptr->getNextNonDebugInstruction())
entry_ptr = entry_ptr->getNextNonDebugInstruction()->getIterator();
else
else
entry_ptr = entry->end();
Builder.SetInsertPoint(entry, entry_ptr);

Expand Down

0 comments on commit 3e4170a

Please sign in to comment.