commit | 54d36b6bf280c22ae69280feffa9d65d6417b153 | [log] [tgz] |
---|---|---|
author | Chao-ying Fu <chao-ying.fu@intel.com> | Thu May 22 17:25:02 2014 -0700 |
committer | buzbee <buzbee@google.com> | Thu May 22 19:54:04 2014 -0700 |
tree | 0eab7675a11b35c73d5e22e8a28b5689c3a2dd61 | |
parent | dfd301f19800a4f168283cf2d0b15b2c09071955 [diff] |
Create two CompilerTemp for a wide compiler temp We create a new CompilerTemp for the high part of a wide compiler temp to fix counting compiler temps. Otherwise, assertion failures may happen inside GetNumUsedCompilerTemps(), if there are any wide compiler temps. Previously, we never ask for a wide compiler temp, such that we don't hit the issue. Change-Id: I9e79ad15e4192665b9d8a9dae5a5453496e48a79 Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>