aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/X86DisassemblerTables.cpp
diff options
context:
space:
mode:
authorJoe Loser <joeloser@fastmail.com>2022-09-09 12:47:56 -0600
committerJoe Loser <joeloser@fastmail.com>2022-09-09 17:44:00 -0600
commit62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b (patch)
tree95c5c573858218c13999fff63857322d8b207ccc /llvm/utils/TableGen/X86DisassemblerTables.cpp
parentf4a13c9c0a049d40e0365477c58c2a5369eda6dc (diff)
downloadllvm-62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b.zip
llvm-62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b.tar.gz
llvm-62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b.tar.bz2
[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`
`llvm` and downstream internal callers no longer use `array_lengthof`, so drop the include everywhere. Differential Revision: https://reviews.llvm.org/D133600
Diffstat (limited to 'llvm/utils/TableGen/X86DisassemblerTables.cpp')
-rw-r--r--llvm/utils/TableGen/X86DisassemblerTables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86DisassemblerTables.cpp b/llvm/utils/TableGen/X86DisassemblerTables.cpp
index 435301e..601591d 100644
--- a/llvm/utils/TableGen/X86DisassemblerTables.cpp
+++ b/llvm/utils/TableGen/X86DisassemblerTables.cpp
@@ -16,7 +16,6 @@
#include "X86DisassemblerTables.h"
#include "X86DisassemblerShared.h"
#include "X86ModRMFilters.h"
-#include "llvm/ADT/STLArrayExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"