NFC: Rename FunctionParser to OperationParser. There is nothing specific to functions...
authorRiver Riddle <riverriddle@google.com>
Thu, 6 Jun 2019 00:04:37 +0000 (17:04 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 9 Jun 2019 23:20:24 +0000 (16:20 -0700)
commit0840ecfd463fd6a49540aff22ca2c7b9bb513fdf
treee186c637b2fa114e8e6f8f3d5c96e81d9a970d72
parent952196f3743a8101566a25197fd7168722448cd4
NFC: Rename FunctionParser to OperationParser. There is nothing specific to functions about this parser and provides general parser support for operations, and regions of operations.

PiperOrigin-RevId: 251749622
mlir/lib/Parser/Parser.cpp