Reviewers: ulan, jochen (slow),
Message:
fix some compilation issue.
Description:
[ARM64] removed unused variable.
BUG=
Please review this at https://codereview.chromium.org/939663002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+0, -1 lines):
M src/arm64/full-codegen-arm64.cc
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));
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.