| commit | b2bef482fd5b4eb5483131688812714a1a894ad7 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Aug 29 22:02:00 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Wed Aug 29 22:02:00 2012 +0000 |
| tree | a7587997f11c6138627b8a4238287629b4349560 | |
| parent | 3051aa1cb86c7345ece211a6d64186a9163f9932 [diff] |
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. llvm-svn: 162869