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

Unified Diff: src/compiler/js-inlining.h

Issue 1146393002: [turbofan] Fix UnifyReturn magic in the inliner. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/js-inlining.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-inlining.h
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
index f35ea71aea94b4076f1a84162e1cf3c6ff0b2526..f7a0ba3a97c75e6bba86697247a23c5027479dbd 100644
--- a/src/compiler/js-inlining.h
+++ b/src/compiler/js-inlining.h
@@ -13,7 +13,6 @@ namespace internal {
namespace compiler {
class JSCallFunctionAccessor;
-struct Inlinee;
class JSInliner final : public AdvancedReducer {
public:
@@ -38,7 +37,7 @@ class JSInliner final : public AdvancedReducer {
Node* CreateArgumentsAdaptorFrameState(JSCallFunctionAccessor* call,
Zone* temp_zone);
- Reduction InlineCall(Node* call, Inlinee& inlinee);
+ Reduction InlineCall(Node* call, Node* start, Node* end);
};
} // namespace compiler
« no previous file with comments | « no previous file | src/compiler/js-inlining.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698