llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MnemonicTables.cpp
Reid Kleckner 2d03b7c56f Adjust includes in MCTargetDesc to avoid unnecessary CodeGen deps, NFC
These are small include-only changes in the X86, Mips, and SystemZ
backend that seem sufficiently small to commit separately without
review.

See issue #64166 for more information about layering.
2023-07-27 13:39:34 -07:00

17 lines
598 B
C++

//===-- X86MnemonicTables.cpp - X86 Mnemonic Tables -------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file provides X86 mnemonic tables.
//
//===----------------------------------------------------------------------===//
#include "X86BaseInfo.h"
#define GET_X86_MNEMONIC_TABLES_CPP
#include "X86GenMnemonicTables.inc"