Set the isTied flags when building INLINEASM MachineInstrs.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 29 Aug 2012 22:02:00 +0000 (22:02 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 29 Aug 2012 22:02:00 +0000 (22:02 +0000)
commit66390805ad58871cde3f5ccd72a7dcac9b1cd4d8
tree49b462a63e96ed6aad356af2e9121a6660c87962
parentb1b97833aeaf8a7ef6dd3b314a502a1521b02657
Set the isTied flags when building INLINEASM MachineInstrs.

For normal instructions, isTied() is set automatically by addOperand(),
based on MCInstrDesc, but inline asm has tied operands outside the
descriptor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162869 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/InstrEmitter.cpp