OSDN Git Service

add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.
authorChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 01:43:38 +0000 (01:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 01:43:38 +0000 (01:43 +0000)
commit65b0b297db16252835ab4d78f33578baa3ace28a
tree3135717ffdfa96e136c0d2fd8d4109a3907a0f5f
parentf92c95f3070f2f797987d2b753780a3a5e482351
add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81745 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCInstPrinter.h [new file with mode: 0644]
lib/MC/MCDisassembler.cpp
lib/MC/MCInstPrinter.cpp [new file with mode: 0644]