Fix PR2267, by allowing indirect outputs to be intermixed
authorChris Lattner <sabre@nondot.org>
Thu, 22 May 2008 04:46:38 +0000 (04:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 May 2008 04:46:38 +0000 (04:46 +0000)
commitea21ad49261a6a9d1614c01e631c2cdc4d554b84
tree94b8900c340d2ef0bbbb91803ed3b694f461fb6d
parent9c287c2ab4533b054ede8eeaf8ee7d1007d73645
Fix PR2267, by allowing indirect outputs to be intermixed
with normal outputs.  Testcase here:
test/CodeGen/X86/asm-indirect-mem.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/InlineAsm.cpp