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

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

Issue 448113002: Minor simplification and cleanup of graph builder. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/graph-builder.h » ('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 9b604c126186026ee014ad0c6ab2ce541bc4797a..695282be8aab0901a3d252ba70aa95b4a634d3d6 100644
--- a/src/compiler/control-builders.h
+++ b/src/compiler/control-builders.h
@@ -33,7 +33,7 @@ class ControlBuilder {
typedef StructuredGraphBuilder::Environment Environment;
Zone* zone() const { return builder_->zone(); }
- Environment* environment() { return builder_->environment_internal(); }
+ Environment* environment() { return builder_->environment(); }
void set_environment(Environment* env) { builder_->set_environment(env); }
Builder* builder_;
« no previous file with comments | « src/compiler/ast-graph-builder.cc ('k') | src/compiler/graph-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698