]> granicus.if.org Git - clang/commit
[ms-inline asm] The MCInstrDesc only tracks register definitions. For now,
authorChad Rosier <mcrosier@apple.com>
Tue, 4 Sep 2012 16:39:38 +0000 (16:39 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 4 Sep 2012 16:39:38 +0000 (16:39 +0000)
commit21a37047e56d717c7979fa653c9f30aae468608d
treed5ab4f0070432b76dde7ec5406eeaefd0e03e78c
parent12603e259170cd02084f51b17b43e9c9c4fce354
[ms-inline asm] The MCInstrDesc only tracks register definitions.  For now,
assume that if the 1st operands is an expression and the instruction mayStore,
then it is a memory definition.

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