This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix redundant return in the void method.
ClosedPublic

Authored by rdzhabarov on Oct 6 2021, 11:27 AM.

Details

Summary

clang-tidy, fix redundant return statement at the end of the void method.

Diff Detail

Event Timeline

rdzhabarov created this revision.Oct 6 2021, 11:27 AM
rdzhabarov requested review of this revision.Oct 6 2021, 11:27 AM
jpienaar accepted this revision.Oct 6 2021, 11:34 AM
This revision is now accepted and ready to land.Oct 6 2021, 11:34 AM
This revision was landed with ongoing or failed builds.Oct 6 2021, 11:45 AM
This revision was automatically updated to reflect the committed changes.