Index: src/compiler/ia32/instruction-codes-ia32.h |
diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h |
index 3cf2094bdd72a3c77eb485fc069867598111eb8f..79dd05e6a8447c7af1b1c1917825176f1c8a8e6f 100644 |
--- a/src/compiler/ia32/instruction-codes-ia32.h |
+++ b/src/compiler/ia32/instruction-codes-ia32.h |
@@ -113,7 +113,10 @@ namespace compiler { |
V(IA32PushFloat32) \ |
V(IA32PushFloat64) \ |
V(IA32Poke) \ |
- V(IA32StackCheck) |
+ V(IA32StackCheck) \ |
+ V(IA32Xchgb) \ |
+ V(IA32Xchgw) \ |
+ V(IA32Xchgl) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |