| Index: src/compiler/x64/instruction-codes-x64.h
|
| diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
|
| index fab1e70bd5fce5bc33577635bba6ddc055e8d417..c54d7eef1d6c93fdf18b1290372b11a1a57018e6 100644
|
| --- a/src/compiler/x64/instruction-codes-x64.h
|
| +++ b/src/compiler/x64/instruction-codes-x64.h
|
| @@ -44,12 +44,6 @@ namespace compiler {
|
| V(X64Sar32) \
|
| V(X64Ror) \
|
| V(X64Ror32) \
|
| - V(X64Push) \
|
| - V(X64PushI) \
|
| - V(X64CallCodeObject) \
|
| - V(X64CallAddress) \
|
| - V(PopStack) \
|
| - V(X64CallJSFunction) \
|
| V(SSEFloat64Cmp) \
|
| V(SSEFloat64Add) \
|
| V(SSEFloat64Sub) \
|
| @@ -71,6 +65,7 @@ namespace compiler {
|
| V(X64Movq) \
|
| V(X64Movsd) \
|
| V(X64Movss) \
|
| + V(X64Push) \
|
| V(X64StoreWriteBarrier)
|
|
|
|
|
|
|