[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)
commit7245033a98ca4e35c5543943777c91934b8dc7ce
tree2dd11cbe11e1c433070a498c897bb0893bac08f3
parent17233946bcaba7b23cb003ef789f64dc41cef292
[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().

llvm-svn: 172569
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/utils/TableGen/AsmMatcherEmitter.cpp