| commit | e032dbfd9e3e32c5760f4136cbc9d2a05b9d4da6 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Nov 02 22:55:03 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Nov 02 22:55:03 2010 +0000 |
| tree | 9869d844419fafed81fcf71cd97b5abcd63d9db7 | |
| parent | f9eebb58b9f054e7341df329987d432779cb1ec6 [diff] |
rewrite EmitConvertToMCInst to iterate over the MCInst operands, filling them in one at a time. Previously this iterated over the asmoperands, which left the problem of "holes". The new approach simplifies things. llvm-svn: 118104