Refactor the includes of Function.h now that the dependency on Operation has...
authorRiver Riddle <riverriddle@google.com>
Mon, 13 May 2019 16:00:22 +0000 (09:00 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 20 May 2019 20:38:32 +0000 (13:38 -0700)
commit6a6cb40f23cec59e7b3e386e0f0f958e52590ddc
treea996195fc7f86e07b2e84741d7197cdfaf421db4
parent3d62ef80181578f0799aa878dfeb490494c7e575
Refactor the includes of Function.h now that the dependency on Operation has been removed. The dependency was on the op casting methods, which have now moved out of Operation, used by the walker.

--

PiperOrigin-RevId: 247944666
mlir/include/mlir/Analysis/NestedMatcher.h
mlir/include/mlir/IR/Function.h
mlir/lib/IR/Attributes.cpp
mlir/lib/IR/Function.cpp
mlir/lib/IR/MLIRContext.cpp