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

Unified Diff: src/compiler/code-generator.h

Issue 2473643002: Revert of [turbofan] Support variable size argument popping in TF-generated functions (Closed)
Patch Set: Created 4 years, 1 month 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 | « src/compiler/code-assembler.cc ('k') | src/compiler/common-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index 7aed85a37f439113db8082c09112d30d4a97735c..3032163d341c815fc269b50f0af2933db83d3f1d 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -129,7 +129,7 @@
// Generates an architecture-specific, descriptor-specific return sequence
// to tear down a stack frame.
- void AssembleReturn(InstructionOperand* pop);
+ void AssembleReturn();
void AssembleDeconstructFrame();
« no previous file with comments | « src/compiler/code-assembler.cc ('k') | src/compiler/common-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698