[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)
commitc7f552c33efdf246fa26415631e106432f3de0f3
treed3f54f37a02b7ac36b49ca090e36d88bf573916f
parentf6622bad6ba07ca9a3fde3902adc7d2075d7eb10
[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

llvm-svn: 175008
llvm/include/llvm/MC/MCTargetAsmParser.h
llvm/lib/MC/MCParser/AsmParser.cpp