Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / TableGen / X86ModRMFilters.cpp
blobcf7507094fa7f43cb7144f35b4c2f8f16628d5b3
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() { }