fix a regression handling indirect results: these need to be considered
authorChris Lattner <sabre@nondot.org>
Thu, 30 Apr 2009 00:48:50 +0000 (00:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Apr 2009 00:48:50 +0000 (00:48 +0000)
commit6c147293d63e836e3677eb933ff0513c7cad1e6a
treeee0747f3bcefcead033152b33d01a5d67c290460
parent610079287ef50721548a0399c126076be3a9a508
fix a regression handling indirect results: these need to be considered
memory operands otherwise the writebacks get lost when the inline asm
doesn't otherwise have side effects.  This fixes rdar://6839427, though
clang really shouldn't generate these anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll [new file with mode: 0644]