Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| =================================================================== |
| --- src/hydrogen-instructions.cc (revision 7145) |
| +++ src/hydrogen-instructions.cc (working copy) |
| @@ -1212,6 +1212,13 @@ |
| } |
| +void HLoadGlobalGeneric::PrintDataTo(StringStream* stream) { |
| + stream->Add("["); |
| + stream->Add(*name()->ToCString()); |
| + stream->Add("]"); |
| +} |
| + |
| + |
| void HStoreKeyedGeneric::PrintDataTo(StringStream* stream) { |
| object()->PrintNameTo(stream); |
| stream->Add("["); |