OSDN Git Service

Fix support for inline asm input / output operand tying when operand spans across...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 24 Jun 2009 02:05:51 +0000 (02:05 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 24 Jun 2009 02:05:51 +0000 (02:05 +0000)
commitef5d070bbe55d7165fc84778ca7757c3cfeea491
tree967eb7f7a9baa80526863139bcaaaeac3a3dcda3
parente56f4a49b7cd62d05a41c88743eb5172b63788bc
Fix support for inline asm input / output operand tying when operand spans across multiple registers (e.g. two i64 operands in 32-bit mode).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp
test/CodeGen/X86/inline-asm-tied.ll [new file with mode: 0644]