]> granicus.if.org Git - clang/commit
[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Oct 2012 21:28:29 +0000 (21:28 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Oct 2012 21:28:29 +0000 (21:28 +0000)
commit344041574a90fecc98d9412dd28767b2568eb16f
treedddcf46ed7faaaa322e6ba96666f9ad58b4009d4
parente8219a655128b98d0573658a139de5d848451fda
[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the
now unused static helper function.

The test case needs to be remove temporarily until I can better filter memory
operands that aren't actual variable reference.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165751 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp
test/CodeGen/ms-inline-asm.c