Internal change

PiperOrigin-RevId: 324753700
This commit is contained in:
Mehdi Amini 2020-08-03 22:59:23 -07:00 committed by TensorFlow MLIR Team
parent f044cf780c
commit 6c7d1a7c7e
1 changed files with 1 additions and 1 deletions

View File

@ -16,12 +16,12 @@ limitations under the License.
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Casting.h"
#include "mlir-hlo/Dialect/mhlo/IR/hlo_ops.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/IR/Operation.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassManager.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Transforms/RegionUtils.h"
#include "third_party/llvm/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/Ops.h"
namespace mlir {
namespace mhlo {