Skip to content

Commit 90e4b8b

Browse files
committed
Fix formatting.
1 parent 2a655bb commit 90e4b8b

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
@@ -3057,7 +3057,7 @@ convertOmpLoopNest(Operation &opInst, llvm::IRBuilderBase &builder,
30573057
// Update afterIP to get the correct insertion point after
30583058
// tiling.
30593059
llvm::BasicBlock *AfterBB = NewLoops.front()->getAfter();
3060-
llvm::BasicBlock *AfterAfterBB = AfterBB->getSingleSuccessor();
3060+
llvm::BasicBlock *AfterAfterBB = AfterBB->getSingleSuccessor();
30613061
afterIP = {AfterAfterBB, AfterAfterBB->begin()};
30623062
NewTopLoopInfo = NewLoops[0];
30633063

0 commit comments

Comments
 (0)