aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-07-04 19:20:19 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-02-08 19:02:26 +0000
commit81ad626541db97eb356e2c1d4a20eb2a26a766ab (patch)
tree311b6a8987c32b1e1dcbab65c54cfac3fdb56175 /contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
parent5fff09660e06a66bed6482da9c70df328e16bbb6 (diff)
parent145449b1e420787bb99721a429341fa6be3adfb6 (diff)
Diffstat (limited to 'contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp')
-rw-r--r--contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp b/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
index 156fbbe71adb..95b9079f0f9c 100644
--- a/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
+++ b/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
@@ -11,13 +11,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/AsmParser/Parser.h"
-#include "llvm/ADT/STLExtras.h"
#include "llvm/AsmParser/LLParser.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
-#include <cstring>
#include <system_error>
using namespace llvm;