Commit e030b76f authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix clang/win build.

TBR=jarin@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23271 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e5081792
......@@ -382,7 +382,7 @@ void InstructionSelector::InitializeCallBuffer(Node* call, CallBuffer* buffer,
DCHECK(deopt_node == NULL);
}
DCHECK(input_count ==
DCHECK(static_cast<size_t>(input_count) ==
(buffer->instruction_args.size() - buffer->control_count() +
buffer->pushed_nodes.size() - buffer->frame_state_value_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