Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index edc1120c5bb5665444b2117848ed632704de4186..96b4b76ced090bc5aef13c00abf1092aaf37a135 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -369,8 +369,7 @@ void LAccessArgumentsAt::PrintDataTo(StringStream* stream) { |
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); |
} |