[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,
authorChad Rosier <mcrosier@apple.com>
Wed, 8 Aug 2012 21:15:52 +0000 (21:15 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 8 Aug 2012 21:15:52 +0000 (21:15 +0000)
commit360e1763d522bb73b721b4d3e972eee31da997fe
treea5d482094469f3506a1df3f4fa0d09e8089226ef
parent0415f3e13888d6c72f0d0463c2d3604b3b746985
[ms-inline asm] Add basic codegen support for simple asm stmts.  Currently,
only machine specific clobbers are modeled.

llvm-svn: 161524
clang/lib/CodeGen/CGStmt.cpp
clang/test/CodeGen/ms-inline-asm.c