| Index: src/a64/lithium-gap-resolver-a64.cc
|
| diff --git a/src/a64/lithium-gap-resolver-a64.cc b/src/a64/lithium-gap-resolver-a64.cc
|
| index fde966baca1cd400fb561768398fc452ba920e5e..7c6c9b216345a637f4271249579b900394bd1b00 100644
|
| --- a/src/a64/lithium-gap-resolver-a64.cc
|
| +++ b/src/a64/lithium-gap-resolver-a64.cc
|
| @@ -40,8 +40,7 @@ namespace internal {
|
| // with any of the moves we are resolving.
|
| // - We don't need to push it on the stack, as we can reload it with its value
|
| // once we have resolved a cycle.
|
| -const Register LGapResolver::kSavedValue = root;
|
| -
|
| +#define kSavedValue root
|
|
|
| LGapResolver::LGapResolver(LCodeGen* owner)
|
| : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false),
|
|
|