Chromium Code Reviews| Index: src/compiler/interpreter-assembler.h |
| diff --git a/src/compiler/interpreter-assembler.h b/src/compiler/interpreter-assembler.h |
| index edbe86d07bfa290ce3bb7dada672587ffa1d1390..573d87f78727ae7c2a1f8bd326a61200a4c1e7da 100644 |
| --- a/src/compiler/interpreter-assembler.h |
| +++ b/src/compiler/interpreter-assembler.h |
| @@ -42,7 +42,7 @@ class InterpreterAssembler { |
| Node* NumberConstant(double value); |
| // Returns the bytecode argument |index| for the current bytecode. |
|
rmcilroy
2015/07/28 08:58:12
update comment too please.
oth
2015/07/28 13:24:14
Done. sed'ited it and missed this, doh!
|
| - Node* BytecodeArg(int index); |
| + Node* BytecodeOperand(int index); |
| // Loads from and stores to the interpreter register file. |
| Node* LoadRegister(int index); |