From 85d9b6c8f7119e519fa9cd34f0359625b7c315ae Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 1 Mar 2019 13:48:24 -0800 Subject: Use consistent names for dialect op source files This CL changes dialect op source files (.h, .cpp, .td) to follow the following convention: /Ops.{h|cpp|td} Builtin and standard dialects are specially treated, though. Both of them do not have dialect namespace; the former is still named as BuiltinOps.* and the latter is named as Ops.*. Purely mechanical. NFC. PiperOrigin-RevId: 236371358 --- mlir/lib/Transforms/MemRefDataFlowOpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlir/lib/Transforms/MemRefDataFlowOpt.cpp') diff --git a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp index 55837f95d14..51e9debd0ad 100644 --- a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp +++ b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp @@ -26,7 +26,7 @@ #include "mlir/Analysis/Dominance.h" #include "mlir/Analysis/Utils.h" #include "mlir/Pass/Pass.h" -#include "mlir/StandardOps/StandardOps.h" +#include "mlir/StandardOps/Ops.h" #include "mlir/Transforms/Passes.h" #include "llvm/ADT/SmallPtrSet.h" #include -- cgit v1.2.3