llvm-6502/lib/MC/MCInstPrinter.cpp
Edward O'Callaghan aa5c1b7f93 No newline at end of files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83318 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-05 18:43:19 +00:00

15 lines
436 B
C++

//===-- MCInstPrinter.cpp - Convert an MCInst to target assembly syntax ---===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCInstPrinter.h"
using namespace llvm;
MCInstPrinter::~MCInstPrinter() {
}