]> granicus.if.org Git - clang/commit
[ms-inline asm] The IR representation of inline assembly enumerates the input
authorChad Rosier <mcrosier@apple.com>
Thu, 6 Sep 2012 19:35:00 +0000 (19:35 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 6 Sep 2012 19:35:00 +0000 (19:35 +0000)
commitacc22b6b5a8ba501f896fb0d00afdff5c5a3f090
treef7191fea8646a7fe07f93be65ebb5f4a2c461416
parent3359fa306836ffb64401aad4b561e7647b20d6ef
[ms-inline asm] The IR representation of inline assembly enumerates the input
and output expressions much like that in GNU-style inline assembly. Output
expressions are first.  Do this for MS-style inline asms.

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