diff options
| author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | 2024-07-02 10:42:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 10:42:33 +0100 |
| commit | db791b278a414fb6df1acc1799adcf11d8fb9169 (patch) | |
| tree | 2584310aa726ee2bbdeab6442676911cdd749726 /mlir/lib/Bytecode/Reader/BytecodeReader.cpp | |
| parent | 01134e69d29370ee9dbd7d281abaa27063f21396 (diff) | |
| download | llvm-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.cpp | 1 |
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" |
