Skip to content

Commit 4da69ec

Browse files
committed
Fix formatting
1 parent 1a5851a commit 4da69ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,9 +2007,9 @@ LogicalResult ControlFlowStructurizer::structurize() {
20072007
// Code below is not executed for loops as it would interfere with the logic
20082008
// above. Currently block arguments in the merge block are not supported, but
20092009
// instead, the code above copies those arguments from the header block into
2010-
// the merge block. As such, running the code would yield those copied arguments
2011-
// that is most likely not a desired behaviour. This may need to be revisited
2012-
// in the future.
2010+
// the merge block. As such, running the code would yield those copied
2011+
// arguments that is most likely not a desired behaviour. This may need to be
2012+
// revisited in the future.
20132013
if (!isLoop)
20142014
for (BlockArgument blockArg : mergeBlock->getArguments()) {
20152015
// Create new block arguments in the last block ("merge block") of the

0 commit comments

Comments
 (0)