This is an archive of the discontinued LLVM Phabricator instance.

[mlir:toy][NFC] Remove unnecessary trailing return type
ClosedPublic

Authored by kuhar on May 16 2022, 8:51 AM.

Details

Summary

In this instance, the trailing return type does not improve readability as it repeats what is returned in the same line.

Diff Detail

Event Timeline

kuhar created this revision.May 16 2022, 8:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.May 16 2022, 8:51 AM
rriddle accepted this revision.May 16 2022, 9:41 AM
This revision is now accepted and ready to land.May 16 2022, 9:41 AM
This revision was automatically updated to reflect the committed changes.