| commit | 3847be9410d4378ea0e7abe258b2b83a39949e06 | [log] [tgz] |
|---|---|---|
| author | Coby Tayree <coby.tayree@intel.com> | Tue Apr 04 17:57:23 2017 +0000 |
| committer | Coby Tayree <coby.tayree@intel.com> | Tue Apr 04 17:57:23 2017 +0000 |
| tree | 1865dca0c5b68a2f090efec5c7bdf1a5e6e2ec9b | |
| parent | 01a8db64b1da0d91729d4f0cdce406be45b75ebe [diff] |
[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 llvm-svn: 299453