Commit 68f946d5 authored by jacob.bramley's avatar jacob.bramley Committed by Commit bot

ARM64: Remove some unused variables.

This fixes warnings on some compilers.

BUG=

Review URL: https://codereview.chromium.org/1038623002

Cr-Commit-Position: refs/heads/master@{#27456}
parent 9be9e80c
...@@ -1327,7 +1327,6 @@ void Builtins::Generate_FunctionCall(MacroAssembler* masm) { ...@@ -1327,7 +1327,6 @@ void Builtins::Generate_FunctionCall(MacroAssembler* masm) {
static void Generate_CheckStackOverflow(MacroAssembler* masm, static void Generate_CheckStackOverflow(MacroAssembler* masm,
const int calleeOffset) { const int calleeOffset) {
Register argc = x0; Register argc = x0;
Register receiver = x14;
Register function = x15; Register function = x15;
// Check the stack for overflow. // Check the stack for overflow.
...@@ -1531,7 +1530,6 @@ static void Generate_ConstructHelper(MacroAssembler* masm) { ...@@ -1531,7 +1530,6 @@ static void Generate_ConstructHelper(MacroAssembler* masm) {
// Is x11 safe to use? // Is x11 safe to use?
Register newTarget = x11; Register newTarget = x11;
Register args = x12; Register args = x12;
Register receiver = x14;
Register function = x15; Register function = x15;
// If newTarget is not supplied, set it to constructor // If newTarget is not supplied, set it to constructor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment