Skip to content

Commit 3e4170a

Browse files
committed
Revert "Fix formatting in #84756"
This reverts commit b097b3d. Buildbots: https://lab.llvm.org/buildbot/#/builders/196/builds/47206
1 parent b097b3d commit 3e4170a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGBlocks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ llvm::Function *CodeGenFunction::GenerateBlockFunction(
15421542
// Go back to the entry.
15431543
if (entry_ptr->getNextNonDebugInstruction())
15441544
entry_ptr = entry_ptr->getNextNonDebugInstruction()->getIterator();
1545-
else
1545+
else
15461546
entry_ptr = entry->end();
15471547
Builder.SetInsertPoint(entry, entry_ptr);
15481548

0 commit comments

Comments
 (0)