Chromium Code Reviews| Index: src/compiler/instruction-selector.h |
| diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
| index b8354fcfd1e2aa07bcda1337c1c18687fe444a41..6d3372d3c54f4ec257e1c6d84fb0be8cd619d4df 100644 |
| --- a/src/compiler/instruction-selector.h |
| +++ b/src/compiler/instruction-selector.h |
| @@ -213,7 +213,7 @@ class InstructionSelector final { |
| void VisitBranch(Node* input, BasicBlock* tbranch, BasicBlock* fbranch); |
| void VisitSwitch(Node* node, const SwitchInfo& sw); |
| void VisitDeoptimize(Node* value); |
| - void VisitReturn(Node* value); |
| + void VisitReturn(Node* input); |
|
titzer
2015/10/07 23:57:05
We should probably call this "ret", since it shoul
bradn
2015/10/08 17:13:37
Done.
|
| void VisitThrow(Node* value); |
| // =========================================================================== |