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..6b4c5d2e0f719c31462819bc90efefa61ab4e16d 100644 |
| --- a/src/interpreter/bytecode-array-builder.h |
| +++ b/src/interpreter/bytecode-array-builder.h |
| @@ -215,7 +215,8 @@ class BytecodeArrayBuilder final : public ZoneObject { |
| BytecodeArrayBuilder& CastAccumulatorToBoolean(); |
| BytecodeArrayBuilder& CastAccumulatorToJSObject(); |
| BytecodeArrayBuilder& CastAccumulatorToName(); |
| - BytecodeArrayBuilder& CastAccumulatorToNumber(); |
| + // Does not update the accumulator but stores to the register operand instead. |
|
rmcilroy
2016/07/22 09:36:36
/s/the register operand/|out|/
klaasb
2016/07/22 09:45:45
Done.
|
| + BytecodeArrayBuilder& CastAccumulatorToNumber(Register out); |
| // Flow Control. |
| BytecodeArrayBuilder& Bind(BytecodeLabel* label); |