Skip to content

Commit 7c3b3e5

Browse files
committed
Fix formatting.
1 parent 7701e07 commit 7c3b3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3014,7 +3014,7 @@ convertOmpLoopNest(Operation &opInst, llvm::IRBuilderBase &builder,
30143014
// Update afterIP to get the correct insertion point after
30153015
// tiling.
30163016
llvm::BasicBlock *AfterBB = NewLoops.front()->getAfter();
3017-
llvm::BasicBlock *AfterAfterBB = AfterBB->getSingleSuccessor();
3017+
llvm::BasicBlock *AfterAfterBB = AfterBB->getSingleSuccessor();
30183018
afterIP = {AfterAfterBB, AfterAfterBB->begin()};
30193019
NewTopLoopInfo = NewLoops[0];
30203020

0 commit comments

Comments
 (0)