OSDN Git Service

This patch enables the usage of constant Enum identifiers within Microsoft style...
authorMatan Haroush <matan.haroush@intel.com>
Tue, 25 Jul 2017 10:44:09 +0000 (10:44 +0000)
committerMatan Haroush <matan.haroush@intel.com>
Tue, 25 Jul 2017 10:44:09 +0000 (10:44 +0000)
commit0000a717e90e6de738f8ab1d7eb675df30f8568f
tree11687c1e25de1dfdf432c8513dda3c0b6c340d61
parent8641ab97a49b7e1d5b3920ecf99029f2a50762be
This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements.

Differential Revision:
https://reviews.llvm.org/D33277
https://reviews.llvm.org/D33278

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308966 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/MCAsmParser.h
lib/Target/X86/AsmParser/X86AsmParser.cpp