Chromium Code Reviews| Index: src/hydrogen-instructions.cc |
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
| index 20430c39c7790aab694480b5c3c48f08c7ff20a8..bd5789d5611834131958e659c7c147b6fd733cab 100644 |
| --- a/src/hydrogen-instructions.cc |
| +++ b/src/hydrogen-instructions.cc |
| @@ -3073,7 +3073,7 @@ void HCompareNumericAndBranch::PrintDataTo(StringStream* stream) { |
| } |
| -void HCompareObjectEqAndBranch::PrintDataTo(StringStream* stream) { |
| +void HCompareObjectAndBranch::PrintDataTo(StringStream* stream) { |
|
titzer
2013/07/29 13:24:41
We should probably print the token now too, right?
danno
2013/07/29 14:44:59
Done.
|
| left()->PrintNameTo(stream); |
| stream->Add(" "); |
| right()->PrintNameTo(stream); |