commit | 0d6f149e6232b9213f6052a7d36c87e9c74fd979 | [log] [tgz] |
---|---|---|
author | Chad Rosier <[email protected]> | Mon Oct 15 17:19:13 2012 |
committer | Chad Rosier <[email protected]> | Mon Oct 15 17:19:13 2012 |
tree | d7fddd37f804e41f4fc65dd1c739bb9acb4cb72f | |
parent | ca0ada1aebb094a36d543d5cf1fc7954acd3c84e [diff] |
[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