| commit | f4e35dc672496310d76b395ee60fd80db8db9db7 | [log] [tgz] |
|---|---|---|
| author | Chad Rosier <mcrosier@apple.com> | Mon Oct 01 23:45:51 2012 +0000 |
| committer | Chad Rosier <mcrosier@apple.com> | Mon Oct 01 23:45:51 2012 +0000 |
| tree | b29d48d472f2fe03742b5ac12b5d78594a105ed6 | |
| parent | 101290bcef968380b3eed3241fc53a29e1a91a66 [diff] |
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to map constraints and MCInst operands to inline asm operands. This replaces the getMCInstOperandNum() function. The logic to determine the constraints are not in place, so we still default to a register constraint (i.e., "r"). Also, we no longer build the MCInst but rather return just the opcode to get the MCInstrDesc. llvm-svn: 164979