| Index: src/hydrogen-instructions.cc
|
| ===================================================================
|
| --- src/hydrogen-instructions.cc (revision 7219)
|
| +++ src/hydrogen-instructions.cc (working copy)
|
| @@ -1230,17 +1230,12 @@
|
| }
|
|
|
|
|
| -void HLoadGlobalCell::PrintDataTo(StringStream* stream) {
|
| +void HLoadGlobal::PrintDataTo(StringStream* stream) {
|
| stream->Add("[%p]", *cell());
|
| if (check_hole_value()) stream->Add(" (deleteable/read-only)");
|
| }
|
|
|
|
|
| -void HLoadGlobalGeneric::PrintDataTo(StringStream* stream) {
|
| - stream->Add("%o ", *name());
|
| -}
|
| -
|
| -
|
| void HStoreGlobal::PrintDataTo(StringStream* stream) {
|
| stream->Add("[%p] = ", *cell());
|
| value()->PrintNameTo(stream);
|
|
|