| commit | c01104dfbf92f941dfd3e6b931e6eabf08c1327a | [log] [tgz] |
|---|---|---|
| author | Jim Grosbach <grosbach@apple.com> | Fri Feb 24 00:33:36 2012 +0000 |
| committer | Jim Grosbach <grosbach@apple.com> | Fri Feb 24 00:33:36 2012 +0000 |
| tree | 5e60c7dbc49275076a7c9b13d92efeda03ae069d | |
| parent | 77a9255329be5d8bb8a03f3188dadb9907c6a7f3 [diff] |
Thumb2 size reduction fix for tied operands of tMUL. The tied source operand of tMUL is the second source operand, not the first like every other two-address thumb instruction. Special case it in the size reduction pass to make sure we create the tMUL instruction properly. llvm-svn: 151315