[X86][inline-asm] Add support for MS 'EVEN' directive
authorCoby Tayree <coby.tayree@intel.com>
Tue, 4 Apr 2017 17:58:28 +0000 (17:58 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Tue, 4 Apr 2017 17:58:28 +0000 (17:58 +0000)
commitb186493cc8eddb6fe478e207887af69c666a1c64
treeaf86463378a2fb89174a43d428c0a2b18899c374
parent3847be9410d4378ea0e7abe258b2b83a39949e06
[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.

llvm-side:
https://reviews.llvm.org/D27417

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

llvm-svn: 299454
clang/test/CodeGen/ms-inline-asm-EVEN.c [new file with mode: 0644]