commit | 94c4c8e7390924485238bd99cd74ed2bb4b04a3b | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Sun Sep 28 20:30:21 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Sun Sep 28 20:30:21 2014 -0700 |
tree | 42902b1841de21cb099de6d5815706db53abc931 | |
parent | fddef2419475fa1dc5bd6c018e053c8843ce09cc [diff] |
Subzero: Fix emission of 16-bit immediates. The operand type needs to be propagated into EmitImmediate() and EmitComplex() so that we know whether to emit the 2-byte or 4-byte form. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/607353002