[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
authorChad Rosier <mcrosier@apple.com>
Mon, 15 Oct 2012 17:19:13 +0000 (17:19 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 15 Oct 2012 17:19:13 +0000 (17:19 +0000)
commit0d6f149e6232b9213f6052a7d36c87e9c74fd979
treed7fddd37f804e41f4fc65dd1c739bb9acb4cb72f
parentca0ada1aebb094a36d543d5cf1fc7954acd3c84e
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
inline assembly.  For the time being, these will be called directly by clang.
However, in the near future I expect these to be sunk back into the MC layer
and more basic APIs (e.g., getClobbers(), getConstraints(), etc.) will be called
by clang.

llvm-svn: 165946
llvm/include/llvm/MC/MCParser/MCAsmParser.h
llvm/lib/MC/MCParser/AsmParser.cpp