summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/NestedMatcher.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-08-20 15:36:08 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-08-20 15:36:39 -0700
commitffde975e215e8ccba2b96a05f66a5756bebc8b64 (patch)
tree580d7c92d0c07174789d62adfa862db35b34458b /mlir/lib/Analysis/NestedMatcher.cpp
parentf4934bcc3e38812051f37a1aadbc4d20913ebadc (diff)
downloadbcm5719-llvm-ffde975e215e8ccba2b96a05f66a5756bebc8b64.tar.gz
bcm5719-llvm-ffde975e215e8ccba2b96a05f66a5756bebc8b64.zip
NFC: Move AffineOps dialect to the Dialect sub-directory.
PiperOrigin-RevId: 264482571
Diffstat (limited to 'mlir/lib/Analysis/NestedMatcher.cpp')
-rw-r--r--mlir/lib/Analysis/NestedMatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Analysis/NestedMatcher.cpp b/mlir/lib/Analysis/NestedMatcher.cpp
index c7c0db90a7b..9d7d17f836c 100644
--- a/mlir/lib/Analysis/NestedMatcher.cpp
+++ b/mlir/lib/Analysis/NestedMatcher.cpp
@@ -16,7 +16,7 @@
// =============================================================================
#include "mlir/Analysis/NestedMatcher.h"
-#include "mlir/AffineOps/AffineOps.h"
+#include "mlir/Dialect/AffineOps/AffineOps.h"
#include "mlir/Dialect/StandardOps/Ops.h"
#include "llvm/ADT/ArrayRef.h"
OpenPOWER on IntegriCloud