| Index: src/hydrogen-instructions.cc
|
| ===================================================================
|
| --- src/hydrogen-instructions.cc (revision 7489)
|
| +++ src/hydrogen-instructions.cc (working copy)
|
| @@ -726,7 +726,7 @@
|
|
|
| void HChange::PrintDataTo(StringStream* stream) {
|
| HUnaryOperation::PrintDataTo(stream);
|
| - stream->Add(" %s to %s", from_.Mnemonic(), to_.Mnemonic());
|
| + stream->Add(" %s to %s", from_.Mnemonic(), to().Mnemonic());
|
|
|
| if (CanTruncateToInt32()) stream->Add(" truncating-int32");
|
| if (CheckFlag(kBailoutOnMinusZero)) stream->Add(" -0?");
|
|
|