| Index: src/arm64/lithium-arm64.cc
|
| diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc
|
| index ff224182601d97c4d883f286411a27e26aafe770..1fbf72ff6174c015b6cd13179d4cd37a76ffdfe1 100644
|
| --- a/src/arm64/lithium-arm64.cc
|
| +++ b/src/arm64/lithium-arm64.cc
|
| @@ -4,15 +4,13 @@
|
|
|
| #include "src/v8.h"
|
|
|
| -#include "src/arm64/lithium-arm64.h"
|
| #include "src/arm64/lithium-codegen-arm64.h"
|
| #include "src/hydrogen-osr.h"
|
| -#include "src/lithium-allocator-inl.h"
|
| +#include "src/lithium-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -
|
| #define DEFINE_COMPILE(type) \
|
| void L##type::CompileToNative(LCodeGen* generator) { \
|
| generator->Do##type(this); \
|
|
|