Revision: 18670
Author:   [email protected]
Date:     Fri Jan 17 15:44:40 2014 UTC
Log:      --trace-hydrogen fix

[email protected]

Review URL: https://codereview.chromium.org/141333006
http://code.google.com/p/v8/source/detail?r=18670

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

=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.cc Fri Jan 17 11:08:24 2014 UTC +++ /branches/bleeding_edge/src/hydrogen-instructions.cc Fri Jan 17 15:44:40 2014 UTC
@@ -842,9 +842,7 @@


 void HCallJSFunction::PrintDataTo(StringStream* stream) {
-  OperandAt(0)->PrintNameTo(stream);
-  stream->Add(" ");
-  OperandAt(1)->PrintNameTo(stream);
+  function()->PrintNameTo(stream);
   stream->Add(" ");
   stream->Add("#%d", argument_count());
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to