[X86][inline asm] support even directive
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Sun, 13 Dec 2015 17:07:23 +0000 (17:07 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Sun, 13 Dec 2015 17:07:23 +0000 (17:07 +0000)
commitbe7b5146ad436d54417950c467a72fe6cc883b4a
tree7055c1e851d2f3e31fef70a034fda97b035c2281
parent778ee759f61c2d6aa43d9dfc03f9cf671a720424
[X86][inline asm] support even directive

The .even directive aligns content to an evan-numbered address.

In at&t syntax .even
In Microsoft syntax even (without the dot).

Differential Revision: http://reviews.llvm.org/D15413

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255462 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/x86-evenDirective.s [new file with mode: 0644]