Reviewers: Toon Verwaest,

Message:
PTAL

Description:
--trace-hydrogen fix

Please review this at https://codereview.chromium.org/141333006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -3 lines):
  M src/hydrogen-instructions.cc


Index: src/hydrogen-instructions.cc
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
index 737ce7339f2702b9ae10c0b61683429fda500dd6..9d526434493f0ea1905ab79abc3614d50d7c46b0 100644
--- a/src/hydrogen-instructions.cc
+++ b/src/hydrogen-instructions.cc
@@ -842,9 +842,7 @@ void HUnaryCall::PrintDataTo(StringStream* stream) {


 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