Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2370)

Unified Diff: src/compiler/instruction-selector.h

Issue 1391333003: Adding support for multiple returns in compiled functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
// ===========================================================================

Powered by Google App Engine
This is Rietveld 408576698