commit | 957c50d9745575c538fb60d1a699f1f9446008e9 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Mon Jul 21 14:05:29 2014 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Mon Jul 21 14:05:29 2014 -0700 |
tree | 27be49142968b27d8d615f03c3390f9b0d5a649c | |
parent | 35ec373ddacec2a632e03e095ab728cdd1d228df [diff] |
Use lowerCast instead of inlined _movzx, to get legalization, for memset. Otherwise, there can be a movzx reg, 0, which is illegal, when the memset value is constant 0. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3882 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/402253002