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

Unified Diff: src/compiler/linkage.cc

Issue 1704033002: [wasm] WasmRunner can run tests with I64 parameters and return value. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@new_wasm_runner
Patch Set: Created 4 years, 10 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
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index d4a366563a1180a137bf688f7ad823a0d1cb660c..d01bbf8fed03e9fb84985fda811c9b75c9fd2617 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -115,8 +115,8 @@ bool CallDescriptor::CanTailCall(const Node* node,
return HasSameReturnLocationsAs(OpParameter<CallDescriptor const*>(node));
}
-
-CallDescriptor* Linkage::ComputeIncoming(Zone* zone, CompilationInfo* info) {
+const CallDescriptor* Linkage::ComputeIncoming(Zone* zone,
+ CompilationInfo* info) {
DCHECK(!info->IsStub());
if (info->has_literal()) {
// If we already have the function literal, use the number of parameters

Powered by Google App Engine
This is Rietveld 408576698