summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/ConstantFold.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Transforms/ConstantFold.cpp')
-rw-r--r--mlir/lib/Transforms/ConstantFold.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/ConstantFold.cpp b/mlir/lib/Transforms/ConstantFold.cpp
index e8d7033e85c..8af7148038f 100644
--- a/mlir/lib/Transforms/ConstantFold.cpp
+++ b/mlir/lib/Transforms/ConstantFold.cpp
@@ -16,11 +16,12 @@
// =============================================================================
#include "mlir/IR/Builders.h"
+#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/CFGFunction.h"
-#include "mlir/IR/StandardOps.h"
#include "mlir/IR/StmtVisitor.h"
#include "mlir/Transforms/Pass.h"
#include "mlir/Transforms/Passes.h"
+
using namespace mlir;
namespace {
OpenPOWER on IntegriCloud