Skip to content

Commit fb3d83a

Browse files
committed
[mlir] Fix redundant return in the void method.
clang-tidy, fix redundant return statement at the end of the void method. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D111251
1 parent 16516f8 commit fb3d83a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/TableGen/Pattern.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,5 +820,4 @@ void Pattern::collectBoundSymbols(DagNode tree, SymbolInfoMap &infoMap,
820820
"unsupported right now",
821821
treeName));
822822
}
823-
return;
824823
}

0 commit comments

Comments
 (0)