]> granicus.if.org Git - clang/commit
Don't use indirect memory destinations for inline asm. Fixes 6841383.
authorAnders Carlsson <andersca@mac.com>
Fri, 1 May 2009 00:16:04 +0000 (00:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 1 May 2009 00:16:04 +0000 (00:16 +0000)
commitbad3a94d506874355fc15b336c6f0ed360e46a06
treed669bfd97a6cbefc8add49c205a962f2a920fc76
parent7786d1c5d752b90ff74093bd1ffda37daf0dbe6e
Don't use indirect memory destinations for inline asm. Fixes 6841383.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70523 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp
test/CodeGen/asm-2.c [new file with mode: 0644]