Fix flang build after mlir SideEffects.h -> SideEffectInterfaces.h change.
authorEric Christopher <echristo@gmail.com>
Fri, 15 May 2020 22:50:28 +0000 (15:50 -0700)
committerEric Christopher <echristo@gmail.com>
Fri, 15 May 2020 22:51:32 +0000 (15:51 -0700)
flang/include/flang/Optimizer/Dialect/FIROps.h

index df43f4d..ece775b 100644 (file)
@@ -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;