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

Unified Diff: src/compiler/control-builders.h

Issue 1155103004: [turbofan] New operator for loads of DYNAMIC_[GLOBAL,LOCAL]. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « src/compiler/ast-graph-builder.cc ('k') | src/compiler/control-builders.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/control-builders.h
diff --git a/src/compiler/control-builders.h b/src/compiler/control-builders.h
index c85714ea10877afece48677d09b82284bbcdc994..dfddd84f5a8e00eeefebb34c9c10ee790c9f4a19 100644
--- a/src/compiler/control-builders.h
+++ b/src/compiler/control-builders.h
@@ -131,6 +131,9 @@ class BlockBuilder final : public ControlBuilder {
// Primitive support for break.
void Break() final;
+ // Compound control commands for conditional break.
+ void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
Benedikt Meurer 2015/06/01 04:04:40 This seems to be unused now?
Michael Starzinger 2015/06/01 07:12:47 Done. Yep, leftover from my previous CL. Removed.
+
private:
Environment* break_environment_; // Environment after the block exits.
};
« no previous file with comments | « src/compiler/ast-graph-builder.cc ('k') | src/compiler/control-builders.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698