[PATCH] Move McInstrDesc methods which use MCInst to their own cpp file

Pete Cooper peter_cooper at apple.com
Wed May 13 15:54:36 PDT 2015


Hi Jim

This will become useful in a later commit to reduce the includes in MC headers.  MCInstrDesc.h currently includes MCInst.h (then transitively most of the MC headers) because of 2 methods.  This patch moves these out to their own cpp file.

Thanks,
Pete

-------------- next part --------------
A non-text attachment was scrubbed...
Name: MCInstrDesc.diff
Type: application/octet-stream
Size: 4524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150513/3fa30709/attachment.obj>


More information about the llvm-commits mailing list