summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-08-19 11:00:47 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-08-19 11:01:25 -0700
commitba0fa92524ce0aea2385858016bdb08bd941a10d (patch)
treee8b3d35a8647d2b751265391d1b85da1df1fd6bb /mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
parent64abcd983ddcde4b9f27377fd718d04e88e35ab9 (diff)
downloadbcm5719-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/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp')
-rw-r--r--mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp b/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
index fe15fb49865..361580811e6 100644
--- a/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
+++ b/mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
@@ -19,9 +19,9 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/Dialect/StandardOps/Ops.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/PatternMatch.h"
-#include "mlir/StandardOps/Ops.h"
#include "mlir/Transforms/FoldUtils.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/CommandLine.h"
OpenPOWER on IntegriCloud