diff options
author | River Riddle <riverriddle@google.com> | 2019-08-19 11:00:47 -0700 |
---|---|---|
committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-08-19 11:01:25 -0700 |
commit | ba0fa92524ce0aea2385858016bdb08bd941a10d (patch) | |
tree | e8b3d35a8647d2b751265391d1b85da1df1fd6bb /mlir/test/lib/Transforms/TestConstantFold.cpp | |
parent | 64abcd983ddcde4b9f27377fd718d04e88e35ab9 (diff) | |
download | bcm5719-llvm-ba0fa92524ce0aea2385858016bdb08bd941a10d.tar.gz bcm5719-llvm-ba0fa92524ce0aea2385858016bdb08bd941a10d.zip |
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
PiperOrigin-RevId: 264193915
Diffstat (limited to 'mlir/test/lib/Transforms/TestConstantFold.cpp')
-rw-r--r-- | mlir/test/lib/Transforms/TestConstantFold.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/lib/Transforms/TestConstantFold.cpp b/mlir/test/lib/Transforms/TestConstantFold.cpp index 34480f09f57..35a7eba5478 100644 --- a/mlir/test/lib/Transforms/TestConstantFold.cpp +++ b/mlir/test/lib/Transforms/TestConstantFold.cpp @@ -16,10 +16,10 @@ // ============================================================================= #include "mlir/AffineOps/AffineOps.h" +#include "mlir/Dialect/StandardOps/Ops.h" #include "mlir/IR/Builders.h" #include "mlir/IR/Function.h" #include "mlir/Pass/Pass.h" -#include "mlir/StandardOps/Ops.h" #include "mlir/Transforms/FoldUtils.h" #include "mlir/Transforms/Passes.h" #include "mlir/Transforms/Utils.h" |