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

Unified Diff: src/compiler/store-store-elimination.cc

Issue 2234703002: [turbofan] Remove redundant 'virtual' from store elimination. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/store-store-elimination.cc
diff --git a/src/compiler/store-store-elimination.cc b/src/compiler/store-store-elimination.cc
index 75c88f811f94948b0d6447c3a1eb6cf824d0a29b..7f2d0d96152d4f9cba552b7fea9c3ed9f828fcd3 100644
--- a/src/compiler/store-store-elimination.cc
+++ b/src/compiler/store-store-elimination.cc
@@ -139,7 +139,7 @@ class RedundantStoreFinder final {
const ZoneSet<Node*>& to_remove_const() { return to_remove_; }
- virtual void Visit(Node* node);
+ void Visit(Node* node);
private:
static bool IsEffectful(Node* node);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698