[Mlir-commits] [mlir] b49787d - Remove unused SideEffectInterfaces header

Geoffrey Martin-Noble llvmlistbot at llvm.org
Tue Oct 13 15:26:04 PDT 2020


Author: Geoffrey Martin-Noble
Date: 2020-10-13T15:22:00-07:00
New Revision: b49787df9a535f03761c340dca7ec3ec1155133d

URL: https://github.com/llvm/llvm-project/commit/b49787df9a535f03761c340dca7ec3ec1155133d
DIFF: https://github.com/llvm/llvm-project/commit/b49787df9a535f03761c340dca7ec3ec1155133d.diff

LOG: Remove unused SideEffectInterfaces header

This change removes an unnecessary header introduced in
https://github.com/llvm/llvm-project/commit/c0b3abd19a3e.

Differential Revision: https://reviews.llvm.org/D89347

Added: 
    

Modified: 
    mlir/lib/IR/Operation.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/IR/Operation.cpp b/mlir/lib/IR/Operation.cpp
index 6231fc54c650..51d51746a120 100644
--- a/mlir/lib/IR/Operation.cpp
+++ b/mlir/lib/IR/Operation.cpp
@@ -14,7 +14,6 @@
 #include "mlir/IR/StandardTypes.h"
 #include "mlir/IR/TypeUtilities.h"
 #include "mlir/Interfaces/FoldInterfaces.h"
-#include "mlir/Interfaces/SideEffectInterfaces.h"
 #include <numeric>
 
 using namespace mlir;


        


More information about the Mlir-commits mailing list