Commit dccc2230 authored by rodolph.perfetta's avatar rodolph.perfetta Committed by Commit bot

[ARM64] removed unused variable.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26722}
parent 34b5565e
......@@ -3904,7 +3904,6 @@ void FullCodeGenerator::EmitDefaultConstructorCallSuper(CallRuntime* expr) {
// Check if the calling frame is an arguments adaptor frame.
Label adaptor_frame, args_set_up, runtime;
Register caller_fp = x11;
__ Ldr(x11, MemOperand(fp, StandardFrameConstants::kCallerFPOffset));
__ Ldr(x12, MemOperand(x11, StandardFrameConstants::kContextOffset));
__ Cmp(x12, Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
......
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