]> granicus.if.org Git - clang/commit
[ms-inline asm] Start sending non-simple inline asms to the AsmParser.
authorChad Rosier <mcrosier@apple.com>
Wed, 22 Aug 2012 19:18:30 +0000 (19:18 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 22 Aug 2012 19:18:30 +0000 (19:18 +0000)
commit2735df2eb16acfb92b8cd24e163e3a74a7a4d950
treefc1aa04884e6c787b5aa616af1e62324f0eb4d19
parenta148fbcb5f441a089ea33067473fae5a8d5f778e
[ms-inline asm] Start sending non-simple inline asms to the AsmParser.

The parser still can't handle all cases, so fall back to emitting a simple
MSAsmStmt if we get into trouble.

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