| Index: src/full-codegen/arm64/full-codegen-arm64.cc
|
| diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| index e444fe5a7065733c4bd1e2d9365d267670ebdbc5..d1de84e0871b1cc422d1c3886c63ccf400199810 100644
|
| --- a/src/full-codegen/arm64/full-codegen-arm64.cc
|
| +++ b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| @@ -881,14 +881,6 @@ void FullCodeGenerator::DeclareGlobals(Handle<FixedArray> pairs) {
|
| }
|
|
|
|
|
| -void FullCodeGenerator::DeclareModules(Handle<FixedArray> descriptions) {
|
| - // Call the runtime to declare the modules.
|
| - __ Push(descriptions);
|
| - __ CallRuntime(Runtime::kDeclareModules);
|
| - // Return value is ignored.
|
| -}
|
| -
|
| -
|
| void FullCodeGenerator::VisitSwitchStatement(SwitchStatement* stmt) {
|
| ASM_LOCATION("FullCodeGenerator::VisitSwitchStatement");
|
| Comment cmnt(masm_, "[ SwitchStatement");
|
|
|