Revision: 7842
Author:   [email protected]
Date:     Tue May 10 07:39:19 2011
Log: Reverted some code which got accidentally committed as part of another commit.

[email protected]
Review URL: http://codereview.chromium.org/6994011
http://code.google.com/p/v8/source/detail?r=7842

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

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Tue May 10 07:21:23 2011
+++ /branches/bleeding_edge/src/hydrogen.cc     Tue May 10 07:39:19 2011
@@ -4637,10 +4637,6 @@
   CHECK_ALIVE(VisitForValue(expr->expression()));
   HValue* value = Pop();
HInstruction* instr = new(zone()) HMul(value, graph_->GetConstantMinus1());
-
-  Representation rep = ToRepresentation(oracle()->UnaryType(expr));
-  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