Remove std::move of trivially-copyable type.
authorJacques Pienaar <jpienaar@google.com>
Mon, 8 Jul 2019 15:19:19 +0000 (08:19 -0700)
committerjpienaar <jpienaar@google.com>
Mon, 8 Jul 2019 19:39:21 +0000 (12:39 -0700)
commit01d042a1231b988ae8ea687fdf7fb9244a6f0ec3
treef0e9f03e4edc97d32c18bfd8aa99e6f690a59c2d
parent3898e100c810d627ffb4dff33a098dd8060e07b6
Remove std::move of trivially-copyable type.

Address ClangTidy finding:

* std::move of the expression of the trivially-copyable type 'mlir::Module' (aka 'mlir::ModuleOp') has no effect; remove std::move()

PiperOrigin-RevId: 256981849
mlir/examples/toy/Ch2/mlir/MLIRGen.cpp