13d8b0ebbSEugene Zelenko //===- MCCodeEmitter.cpp - Instruction Encoding ---------------------------===//
281cb7532SDaniel Dunbar //
3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information.
5*2946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
681cb7532SDaniel Dunbar //
781cb7532SDaniel Dunbar //===----------------------------------------------------------------------===//
881cb7532SDaniel Dunbar 
981cb7532SDaniel Dunbar #include "llvm/MC/MCCodeEmitter.h"
1081cb7532SDaniel Dunbar 
1181cb7532SDaniel Dunbar using namespace llvm;
1281cb7532SDaniel Dunbar 
133d8b0ebbSEugene Zelenko MCCodeEmitter::MCCodeEmitter() = default;
1481cb7532SDaniel Dunbar 
153d8b0ebbSEugene Zelenko MCCodeEmitter::~MCCodeEmitter() = default;
16