Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 35c4476b9cdd8d1055fecdd0e4f30c6a921c5d79..74987a90054c3bd5234095dc0232688a5450466a 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -201,7 +201,6 @@ |
V(PlainPrimitiveToWord32) \ |
V(PlainPrimitiveToFloat64) \ |
V(BooleanNot) \ |
- V(BooleanToNumber) \ |
V(SpeculativeNumberAdd) \ |
V(SpeculativeNumberSubtract) \ |
V(SpeculativeNumberMultiply) \ |
@@ -256,7 +255,6 @@ |
V(NumberToUint32) \ |
V(NumberSilenceNaN) \ |
V(StringFromCharCode) \ |
- V(StringToNumber) \ |
V(CheckBounds) \ |
V(CheckIf) \ |
V(CheckNumber) \ |