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

Unified Diff: src/arm64/full-codegen-arm64.cc

Issue 939663002: [ARM64] removed unused variable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/full-codegen-arm64.cc
diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc
index e3386a651d5a5bdab14f0135725b14397a4f24a4..d315e1404fa193b43ce9148a18ce112687fc6d92 100644
--- a/src/arm64/full-codegen-arm64.cc
+++ b/src/arm64/full-codegen-arm64.cc
@@ -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));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698