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

Unified Diff: src/compiler/wasm-compiler.h

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: Removed const CallDescriptor changes again. 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/wasm-compiler.h
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h
index 082f198bf49f01d48dc0bba009a7f8ae83303aaa..86da7cbda6bf3c7d32527bdd9b8e296cd1bbe01a 100644
--- a/src/compiler/wasm-compiler.h
+++ b/src/compiler/wasm-compiler.h
@@ -132,7 +132,7 @@ class WasmGraphBuilder {
wasm::FunctionSig* GetFunctionSignature() { return function_signature_; }
- void Int64LoweringForTesting();
+ void Int64LoweringForTesting(Signature<MachineRepresentation>* signature);
private:
static const int kDefaultBufferSize = 16;

Powered by Google App Engine
This is Rietveld 408576698