Commit 39f40204 by Karl Schimpf

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 .
parent 17fe1948
......@@ -367,7 +367,6 @@ public:
k__Start = Inst::Target,
Adc,
Add,
Adjuststack,
And,
Asr,
Bic,
......
......@@ -46,7 +46,6 @@ public:
AddRMW,
Addps,
Addss,
Adjuststack,
And,
Andnps,
Andps,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment