diff options
| author | River Riddle <riverriddle@google.com> | 2019-02-19 17:17:46 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:32:56 -0700 |
| commit | 48ccae247639bd49bbf8de3330a96f2253e9c417 (patch) | |
| tree | fe248d84799c1d3c04d3ec690dc525c5761c5570 /mlir/lib/Transforms/ViewFunctionGraph.cpp | |
| parent | 5021dc4fa060a7aea1b41148b85162599f1c9713 (diff) | |
| download | bcm5719-llvm-48ccae247639bd49bbf8de3330a96f2253e9c417.tar.gz bcm5719-llvm-48ccae247639bd49bbf8de3330a96f2253e9c417.zip | |
NFC: Refactor the files related to passes.
* PassRegistry is split into its own source file.
* Pass related files are moved to a new library 'Pass'.
PiperOrigin-RevId: 234705771
Diffstat (limited to 'mlir/lib/Transforms/ViewFunctionGraph.cpp')
| -rw-r--r-- | mlir/lib/Transforms/ViewFunctionGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/ViewFunctionGraph.cpp b/mlir/lib/Transforms/ViewFunctionGraph.cpp index e46dc503ea9..4865859b9ec 100644 --- a/mlir/lib/Transforms/ViewFunctionGraph.cpp +++ b/mlir/lib/Transforms/ViewFunctionGraph.cpp @@ -17,7 +17,7 @@ #include "mlir/Transforms/ViewFunctionGraph.h" #include "mlir/IR/FunctionGraphTraits.h" -#include "mlir/Pass.h" +#include "mlir/Pass/Pass.h" using namespace mlir; |

