[mlir] Fix redundant return in the void method.
authorrdzhabarov <rdzhabarov@google.com>
Wed, 6 Oct 2021 18:22:09 +0000 (18:22 +0000)
committerrdzhabarov <rdzhabarov@google.com>
Wed, 6 Oct 2021 18:45:30 +0000 (18:45 +0000)
commitfb3d83acaf1c5eea6537d0543b2c134dd0add534
tree68f578c69aeeaf41866798792f7c7240c4676576
parent16516f89252ed14ee7e83a0c6d0626875cc4a7fc
[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
mlir/lib/TableGen/Pattern.cpp