Move some methods to a new MCInstrDesc.cpp file to allow includes to be trimmed....
authorPete Cooper <peter_cooper@apple.com>
Fri, 15 May 2015 21:29:43 +0000 (21:29 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 15 May 2015 21:29:43 +0000 (21:29 +0000)
commit9e514203d11ba3def820fa6f533b0323e4c0c06c
treecc43ac73cb57d306696a699b44c11009adf3feba
parente892415f25c1a2b5be5e22dbfaa8b6e6c308d552
Move some methods to a new MCInstrDesc.cpp file to allow includes to be trimmed.  NFC.

MCInstrDesc.h includes things like MCInst.h which i can now remove after this.  That will be a future commit.

Reviewed by Jim Grosbach.

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