commit | 91b6ffaf38b71ed2fbbbc3e3bd2a6b4112d55751 | [log] [tgz] |
---|---|---|
author | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | Fri Mar 07 14:35:44 2014 +0700 |
committer | Yevgeny Rouban <yevgeny.y.rouban@intel.com> | Fri Mar 07 14:35:44 2014 +0700 |
tree | fec210c00d0dbd964cbb6234f5bcbebdbdede37f | |
parent | 5365eea9940269b662cfbe103caa348816ff1558 [diff] |
Fix LIR generation for long arithmetic operation X86Mir2Lir::GenLongArith generated wrong LIR if the first argument of the operation was promoted. It forgot to swap arguments if the first was not temp, but the second was temp Change-Id: I389f72f560ce9924859e17385bc8f64793c77b67 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com> Signed-off-by: Yevgeny Rouban <yevgeny.y.rouban@intel.com>