[ms-inline asm] Address the FIXME in AsmParser.cpp.
authorChad Rosier <mcrosier@apple.com>
Tue, 15 Jan 2013 23:07:53 +0000 (23:07 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 15 Jan 2013 23:07:53 +0000 (23:07 +0000)
commit1c99a7f4892a24eb227802e042917d05d8cd415f
treea7e5f8a029ba07e2ca6298db3427de1e368bc44e
parent6ee130893072977aa70e8ae6470e88171e782e46
[ms-inline asm] Address the FIXME in AsmParser.cpp.

// FIXME: Constraints are hard coded to 'm', but we need an 'r'
// constraint for addressof.  This needs to be cleaned up!

Test cases are already in place.  Specifically,
clang/test/CodeGen/ms-inline-asm.c t15(), t16(), and t24().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172569 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp