[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / utils / TableGen / X86ModRMFilters.cpp
blob9cfb91c42a173985d38815331ce97f36c59add08
1 //===- X86ModRMFilters.cpp - Disassembler ModR/M filterss -------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "X86ModRMFilters.h"
11 using namespace llvm::X86Disassembler;
13 void ModRMFilter::anchor() {}
15 void DumbFilter::anchor() {}
17 void ModFilter::anchor() {}
19 void ExtendedFilter::anchor() {}
21 void ExtendedRMFilter::anchor() {}
23 void ExactFilter::anchor() {}