Index: src/compiler/ppc/instruction-codes-ppc.h |
diff --git a/src/compiler/ppc/instruction-codes-ppc.h b/src/compiler/ppc/instruction-codes-ppc.h |
index 7214963997637b9a59fd935da8c6ac16a6649e8b..12e88e5fe2aeaaa42a8581b3ef28c9917b70507b 100644 |
--- a/src/compiler/ppc/instruction-codes-ppc.h |
+++ b/src/compiler/ppc/instruction-codes-ppc.h |
@@ -106,8 +106,7 @@ namespace compiler { |
V(PPC_StoreWord32) \ |
V(PPC_StoreWord64) \ |
V(PPC_StoreFloat32) \ |
- V(PPC_StoreDouble) \ |
- V(PPC_StoreWriteBarrier) |
+ V(PPC_StoreDouble) |
// Addressing modes represent the "shape" of inputs to an instruction. |