| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 4422fafea4f0a0f66cfb1343fd762ecc659c667f..4bb895fcd0fc042f5ae9ca2f9193eb8101a1e4a4 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -4639,7 +4639,6 @@ void HGraphBuilder::VisitSub(UnaryOperation* expr) {
|
| HInstruction* instr = new(zone()) HMul(value, graph_->GetConstantMinus1());
|
|
|
| Representation rep = ToRepresentation(oracle()->UnaryType(expr));
|
| - PrintF("********************** Old: %s, New: %s\n", instr->representation().Mnemonic(), rep.Mnemonic());
|
| AssumeRepresentation(instr, rep);
|
|
|
| ast_context()->ReturnInstruction(instr, expr->id());
|
|
|