| Index: src/a64/lithium-codegen-a64.h
|
| diff --git a/src/a64/lithium-codegen-a64.h b/src/a64/lithium-codegen-a64.h
|
| index 15eaf2c4e816fd8fa9542f89ffe6bef47f9f09fa..5dc11c94e9becbd0364a188a54b77dadfb2d1fc5 100644
|
| --- a/src/a64/lithium-codegen-a64.h
|
| +++ b/src/a64/lithium-codegen-a64.h
|
| @@ -275,18 +275,12 @@ class LCodeGen BASE_EMBEDDED {
|
| void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
|
|
|
| // Emit frame translation commands for an environment.
|
| - void WriteTranslation(LEnvironment* environment,
|
| - Translation* translation,
|
| - int* arguments_index,
|
| - int* arguments_count);
|
| + void WriteTranslation(LEnvironment* environment, Translation* translation);
|
|
|
| void AddToTranslation(Translation* translation,
|
| LOperand* op,
|
| bool is_tagged,
|
| - bool is_uint32,
|
| - bool arguments_known,
|
| - int arguments_index,
|
| - int arguments_count);
|
| + bool is_uint32);
|
|
|
| // Code generation steps. Returns true if code generation should continue.
|
| bool GeneratePrologue();
|
|
|