Commit b5119090 authored by ishell@chromium.org's avatar ishell@chromium.org

--trace-hydrogen fix

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/141333006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18670 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5b5feaa9
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment