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

Unified Diff: src/compiler/loop-variable-optimizer.h

Issue 2257393002: [compiler] Delete unused variable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « no previous file | src/compiler/loop-variable-optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/loop-variable-optimizer.h
diff --git a/src/compiler/loop-variable-optimizer.h b/src/compiler/loop-variable-optimizer.h
index 261d9650daf1947be22d0078ad535a3855f24c52..c7e82dc6f5bd8e85bc87012cfa9a04a225130f64 100644
--- a/src/compiler/loop-variable-optimizer.h
+++ b/src/compiler/loop-variable-optimizer.h
@@ -45,8 +45,8 @@ class InductionVariable : public ZoneObject {
lower_bounds_(zone),
upper_bounds_(zone) {}
- void AddUpperBound(Node* bound, ConstraintKind kind, Zone* graph_zone);
- void AddLowerBound(Node* bound, ConstraintKind kind, Zone* graph_zone);
+ void AddUpperBound(Node* bound, ConstraintKind kind);
+ void AddLowerBound(Node* bound, ConstraintKind kind);
Node* phi_;
Node* arith_;
« no previous file with comments | « no previous file | src/compiler/loop-variable-optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698