1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/MC/MCInstPrinter.cpp
Edward O'Callaghan 8b7189e234 No newline at end of files.
llvm-svn: 83318
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() {
}