[ms-inline-asm] Implement align directive (which is roughly equivalent to .align).
authorChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 21:33:51 +0000 (21:33 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 21:33:51 +0000 (21:33 +0000)
commit469b144f1ce7dc3984cda265bc23ed0b41c20584
tree516213044f658d5c9a14063848d204e311295596
parentdc08bfbd565ba6540be698bba551b2039661299d
[ms-inline-asm] Implement align directive (which is roughly equivalent to .align).

Also, allow _EMIT and __EMIT for the emit directive.  We already do the same
for TYPE, SIZE, and LENGTH.
rdar://13200215

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