X86Operand is extracted into individual header.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 28 Feb 2014 12:28:07 +0000 (12:28 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 28 Feb 2014 12:28:07 +0000 (12:28 +0000)
commit2c4b1c4853ae8d9f70463f5fe4a6043449957694
tree1d82ffe597d780c5b0962cfb948160d1858cd994
parent72667d14472314e3830fa03202bcaf967a1c433f
X86Operand is extracted into individual header.

X86Operand is extracted into individual header, because it allows to create an
arbitrary memory operand and append it to MCInst. It'll be reused in X86 inline
assembly instrumentation.

Patch by Yuri Gorshenin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202496 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParserCommon.h [new file with mode: 0644]
lib/Target/X86/AsmParser/X86Operand.h [new file with mode: 0644]