]> granicus.if.org Git - llvm/commit
[X86][inline-asm] Add support for MS 'EVEN' directive
authorCoby Tayree <coby.tayree@intel.com>
Tue, 4 Apr 2017 17:57:23 +0000 (17:57 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Tue, 4 Apr 2017 17:57:23 +0000 (17:57 +0000)
commit983e1a1b9935bdf4740c18f2cb151847a5e20828
treebb7a080415051c3b6d12d6b9618f1bcd71285e21
parentc1eaf3a1f1a86681661050ac8999aab9a7eaa1a2
[X86][inline-asm] Add support for MS 'EVEN' directive

MS assembly syntax provide us with the 'EVEN' directive as a synonymous to at&t '.even'.
This patch include the (small, simple) changes need to allow it.

Test is provided at the following (clang-side) review:
https://reviews.llvm.org/D27418

Differential Revision: https://reviews.llvm.org/D27417

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp