[NFC] Switch printFunctionLikeOp and parseFunctionLikeOp to only support "inline...
authorRahul Joshi <jurahul@google.com>
Thu, 12 Nov 2020 18:46:44 +0000 (10:46 -0800)
committerRahul Joshi <jurahul@google.com>
Thu, 12 Nov 2020 19:29:01 +0000 (11:29 -0800)
commitdea24b422cc2f0d912f96924787cee949579c18f
tree235fba635f275f8a1dfacaa5b059042921af59ff
parent9a8fad2a8995cdf47cd7867738802d694f1c87b3
[NFC] Switch printFunctionLikeOp and parseFunctionLikeOp to only support "inline" visibility.

- Remove the default valued arguments from these functions.
- Besides FuncOp, looks like no other in-tree op is using these functions.

Differential Revision: https://reviews.llvm.org/D91369
mlir/include/mlir/IR/FunctionImplementation.h
mlir/lib/IR/Function.cpp
mlir/lib/IR/FunctionImplementation.cpp