diff options
| author | River Riddle <riverriddle@google.com> | 2019-08-20 15:36:08 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-08-20 15:36:39 -0700 |
| commit | ffde975e215e8ccba2b96a05f66a5756bebc8b64 (patch) | |
| tree | 580d7c92d0c07174789d62adfa862db35b34458b /mlir/test/lib/Transforms/TestConstantFold.cpp | |
| parent | f4934bcc3e38812051f37a1aadbc4d20913ebadc (diff) | |
| download | bcm5719-llvm-ffde975e215e8ccba2b96a05f66a5756bebc8b64.tar.gz bcm5719-llvm-ffde975e215e8ccba2b96a05f66a5756bebc8b64.zip | |
NFC: Move AffineOps dialect to the Dialect sub-directory.
PiperOrigin-RevId: 264482571
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 35a7eba5478..9c541699e99 100644 --- a/mlir/test/lib/Transforms/TestConstantFold.cpp +++ b/mlir/test/lib/Transforms/TestConstantFold.cpp @@ -15,7 +15,7 @@ // limitations under the License. // ============================================================================= -#include "mlir/AffineOps/AffineOps.h" +#include "mlir/Dialect/AffineOps/AffineOps.h" #include "mlir/Dialect/StandardOps/Ops.h" #include "mlir/IR/Builders.h" #include "mlir/IR/Function.h" |

