From 62b8a61d6c44cb3f2ac4c12d38eb3431b24f702b Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Fri, 9 Sep 2022 12:47:56 -0600 Subject: [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 --- llvm/utils/TableGen/X86DisassemblerTables.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/utils/TableGen/X86DisassemblerTables.cpp') 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" -- cgit v1.1