Index: src/compiler/x87/instruction-codes-x87.h |
diff --git a/src/compiler/x87/instruction-codes-x87.h b/src/compiler/x87/instruction-codes-x87.h |
index d70a73702340998289bb1683594953f8a48b6aa0..0cf9f35b598ac90a3b00c794bd54cb64c891fe6a 100644 |
--- a/src/compiler/x87/instruction-codes-x87.h |
+++ b/src/compiler/x87/instruction-codes-x87.h |
@@ -96,7 +96,10 @@ namespace compiler { |
V(X87PushFloat64) \ |
V(X87PushFloat32) \ |
V(X87Poke) \ |
- V(X87StackCheck) |
+ V(X87StackCheck) \ |
+ V(X87Xchgb) \ |
+ V(X87Xchgw) \ |
+ V(X87Xchgl) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |