Revision: 7841
Author:   [email protected]
Date:     Tue May 10 07:21:23 2011
Log:      Fix lint.

[email protected]

Review URL: http://codereview.chromium.org/6995022
http://code.google.com/p/v8/source/detail?r=7841

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Tue May 10 07:17:23 2011
+++ /branches/bleeding_edge/src/hydrogen.cc     Tue May 10 07:21:23 2011
@@ -4639,7 +4639,6 @@
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());

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to