]> granicus.if.org Git - clang/commit
Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inline
authorChad Rosier <mcrosier@apple.com>
Mon, 11 Jun 2012 21:52:25 +0000 (21:52 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 11 Jun 2012 21:52:25 +0000 (21:52 +0000)
commitb1756ef7b643fcc79dce0bdd1539a9b2eb8cf9e0
tree376de2e04a74fe1c33240746672800f51fbe2080
parent8cd64b4c5553fa6284d248336cb7c82dc960a394
Make CodeGenFunction::EmitMSAsmStmt throw a fatal error as MS-style inline
assembly is completely untested and unsupported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp