commit | 39f40204b6ef7d880c5dceec69a983a713d8dcf3 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Dec 18 07:45:05 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Dec 18 07:45:05 2015 -0800 |
tree | 6bd0553e755827d9c6998d3c678e9202cb843975 | |
parent | 17fe1948d0318533db14f0334056c0bdf3b79c2d [diff] |
Remove "Adjuststack" instruction opcode. Both the X86 and ARM header files define "Adjuststack" in the enumeration of target specific opcodes. However, it is not used in either. Removing constant from the enumeration since it is not used. BUG= None R=sehr@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/1527363004 .