OSDN Git Service

[WebAssembly] Add WebAssemblyMCInstLower.cpp.
authorDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 19:28:16 +0000 (19:28 +0000)
committerDan Gohman <dan433584@gmail.com>
Thu, 5 Nov 2015 19:28:16 +0000 (19:28 +0000)
commit251dff3d1bd38da565f092efe7b76e644d502a74
tree9ca68e28ef463473155b3939568b148cc83e44f3
parent268709a81040b9dcee900d836900962d4ea3323c
[WebAssembly] Add WebAssemblyMCInstLower.cpp.

This isn't used yet; it's just a start towards eventually using MC to
do instruction printing, and eventually binary encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMCInstLower.h [new file with mode: 0644]