Chromium Code Reviews| Index: src/interpreter/bytecode-array-builder.h |
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
| index ca62ba6b6794f8ec826fb60858605cbd317107ca..120af12d7640e0e5cd006125559151336a779b95 100644 |
| --- a/src/interpreter/bytecode-array-builder.h |
| +++ b/src/interpreter/bytecode-array-builder.h |
| @@ -215,7 +215,7 @@ class BytecodeArrayBuilder final : public ZoneObject { |
| BytecodeArrayBuilder& CastAccumulatorToBoolean(); |
| BytecodeArrayBuilder& CastAccumulatorToJSObject(); |
| BytecodeArrayBuilder& CastAccumulatorToName(); |
| - BytecodeArrayBuilder& CastAccumulatorToNumber(); |
| + BytecodeArrayBuilder& CastAccumulatorToNumber(Register out); |
|
rmcilroy
2016/07/21 09:31:48
Can you add a comment that this doesn't update the
klaasb
2016/07/21 10:55:19
Done.
|
| // Flow Control. |
| BytecodeArrayBuilder& Bind(BytecodeLabel* label); |