From db791b278a414fb6df1acc1799adcf11d8fb9169 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Tue, 2 Jul 2024 10:42:33 +0100 Subject: mlir/LogicalResult: move into llvm (#97309) This patch is part of a project to move the Presburger library into LLVM. --- mlir/lib/Bytecode/Reader/BytecodeReader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'mlir/lib/Bytecode/Reader/BytecodeReader.cpp') diff --git a/mlir/lib/Bytecode/Reader/BytecodeReader.cpp b/mlir/lib/Bytecode/Reader/BytecodeReader.cpp index dd1e4ab..f767740 100644 --- a/mlir/lib/Bytecode/Reader/BytecodeReader.cpp +++ b/mlir/lib/Bytecode/Reader/BytecodeReader.cpp @@ -17,7 +17,6 @@ #include "mlir/IR/Verifier.h" #include "mlir/IR/Visitors.h" #include "mlir/Support/LLVM.h" -#include "mlir/Support/LogicalResult.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/ScopeExit.h" #include "llvm/ADT/StringExtras.h" -- cgit v1.1