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

Unified Diff: src/compiler/checkpoint-elimination.h

Issue 2155123002: [turbofan] Eliminate checkpoints before return in common op reducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix change notification Created 4 years, 5 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/checkpoint-elimination.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/checkpoint-elimination.h
diff --git a/src/compiler/checkpoint-elimination.h b/src/compiler/checkpoint-elimination.h
index deb4c38b011619f1b0c4b0d4d34fff9cf29b3809..edaa0e7734443c17c7202935b85c3480418904e2 100644
--- a/src/compiler/checkpoint-elimination.h
+++ b/src/compiler/checkpoint-elimination.h
@@ -21,7 +21,6 @@ class CheckpointElimination final : public AdvancedReducer {
private:
Reduction ReduceCheckpoint(Node* node);
- Reduction ReduceReturn(Node* node);
};
} // namespace compiler
« no previous file with comments | « no previous file | src/compiler/checkpoint-elimination.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698