Commit acf0fd3c authored by jarin's avatar jarin Committed by Commit bot

[turbofan] Remove redundant 'virtual' from store elimination.

Review-Url: https://codereview.chromium.org/2234703002
Cr-Commit-Position: refs/heads/master@{#38518}
parent ca9ec36e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment