[mlir] Add missing namespace to createInlinerPass
authorValentin Clement <clementval@gmail.com>
Mon, 13 Sep 2021 09:58:07 +0000 (11:58 +0200)
committerValentin Clement <clementval@gmail.com>
Mon, 13 Sep 2021 09:58:27 +0000 (11:58 +0200)
commit57bf85601168ba4bf2798455b4bfea674c9f92d3
tree0cc470e7cd69f13b68e6224137831e9811d4a9e4
parent7271de2d199c936904a79d89f881e02047b45236
[mlir] Add missing namespace to createInlinerPass

One of the createInlinerPass does not have the mlir:: namespace

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D109580
mlir/lib/Transforms/Inliner.cpp