aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/Reader/BytecodeReader.cpp
diff options
context:
space:
mode:
authorRamkumar Ramachandra <ramkumar.ramachandra@codasip.com>2024-07-02 10:42:33 +0100
committerGitHub <noreply@github.com>2024-07-02 10:42:33 +0100
commitdb791b278a414fb6df1acc1799adcf11d8fb9169 (patch)
tree2584310aa726ee2bbdeab6442676911cdd749726 /mlir/lib/Bytecode/Reader/BytecodeReader.cpp
parent01134e69d29370ee9dbd7d281abaa27063f21396 (diff)
downloadllvm-db791b278a414fb6df1acc1799adcf11d8fb9169.zip
llvm-db791b278a414fb6df1acc1799adcf11d8fb9169.tar.gz
llvm-db791b278a414fb6df1acc1799adcf11d8fb9169.tar.bz2
mlir/LogicalResult: move into llvm (#97309)
This patch is part of a project to move the Presburger library into LLVM.
Diffstat (limited to 'mlir/lib/Bytecode/Reader/BytecodeReader.cpp')
-rw-r--r--mlir/lib/Bytecode/Reader/BytecodeReader.cpp1
1 files changed, 0 insertions, 1 deletions
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"