| Index: src/crankshaft/arm64/delayed-masm-arm64-inl.h
|
| diff --git a/src/arm64/delayed-masm-arm64-inl.h b/src/crankshaft/arm64/delayed-masm-arm64-inl.h
|
| similarity index 82%
|
| rename from src/arm64/delayed-masm-arm64-inl.h
|
| rename to src/crankshaft/arm64/delayed-masm-arm64-inl.h
|
| index 54239a18d42a273307268a1b1d60a32c80a64d87..503fd88ded670577e76b9c26e0dfcb3b07613024 100644
|
| --- a/src/arm64/delayed-masm-arm64-inl.h
|
| +++ b/src/crankshaft/arm64/delayed-masm-arm64-inl.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_ARM64_DELAYED_MASM_ARM64_INL_H_
|
| -#define V8_ARM64_DELAYED_MASM_ARM64_INL_H_
|
| +#ifndef V8_CRANKSHAFT_ARM64_DELAYED_MASM_ARM64_INL_H_
|
| +#define V8_CRANKSHAFT_ARM64_DELAYED_MASM_ARM64_INL_H_
|
|
|
| -#include "src/arm64/delayed-masm-arm64.h"
|
| +#include "src/crankshaft/arm64/delayed-masm-arm64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -53,4 +53,4 @@ void DelayedMasm::LoadObject(Register result, Handle<Object> object) {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_ARM64_DELAYED_MASM_ARM64_INL_H_
|
| +#endif // V8_CRANKSHAFT_ARM64_DELAYED_MASM_ARM64_INL_H_
|
|
|