Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 9638) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -783,8 +783,7 @@ |
void HTypeofIsAndBranch::PrintDataTo(StringStream* stream) { |
value()->PrintNameTo(stream); |
- stream->Add(" == "); |
- stream->Add(type_literal_->GetFlatContent().ToAsciiVector()); |
+ stream->Add(" == %o", *type_literal_); |
HControlInstruction::PrintDataTo(stream); |
} |