| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index e7bc08c4b2195f1633ed99b9bc814e05092348e3..564464b46f0e0a93328986edbc9fad8cf934ed90 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -391,8 +391,7 @@ LOperand* LPlatformChunk::GetNextSpillSlot(bool is_double) {
|
|
|
| void LStoreNamedField::PrintDataTo(StringStream* stream) {
|
| object()->PrintTo(stream);
|
| - stream->Add(".");
|
| - stream->Add(*String::cast(*name())->ToCString());
|
| + hydrogen()->access().PrintTo(stream);
|
| stream->Add(" <- ");
|
| value()->PrintTo(stream);
|
| }
|
|
|