[flang-commits] [flang] b1ae13b - Fix flang build after mlir SideEffects.h -> SideEffectInterfaces.h change.
Eric Christopher via flang-commits
flang-commits at lists.llvm.org
Fri May 15 15:52:00 PDT 2020
Author: Eric Christopher
Date: 2020-05-15T15:51:32-07:00
New Revision: b1ae13b4e9798ecfe8803513490b9034bda2e693
URL: https://github.com/llvm/llvm-project/commit/b1ae13b4e9798ecfe8803513490b9034bda2e693
DIFF: https://github.com/llvm/llvm-project/commit/b1ae13b4e9798ecfe8803513490b9034bda2e693.diff
LOG: Fix flang build after mlir SideEffects.h -> SideEffectInterfaces.h change.
Added:
Modified:
flang/include/flang/Optimizer/Dialect/FIROps.h
Removed:
################################################################################
diff --git a/flang/include/flang/Optimizer/Dialect/FIROps.h b/flang/include/flang/Optimizer/Dialect/FIROps.h
index df43f4dc6ee1..ece775bd6ffe 100644
--- a/flang/include/flang/Optimizer/Dialect/FIROps.h
+++ b/flang/include/flang/Optimizer/Dialect/FIROps.h
@@ -11,7 +11,7 @@
#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/Interfaces/LoopLikeInterface.h"
-#include "mlir/Interfaces/SideEffects.h"
+#include "mlir/Interfaces/SideEffectInterfaces.h"
using namespace mlir;
More information about the flang-commits
mailing list