Revision: 23271
Author: [email protected]
Date: Thu Aug 21 12:02:24 2014 UTC
Log: Fix clang/win build.
[email protected]
Review URL: https://codereview.chromium.org/494973004
http://code.google.com/p/v8/source/detail?r=23271
Modified:
/branches/bleeding_edge/src/compiler/instruction-selector.cc
=======================================
--- /branches/bleeding_edge/src/compiler/instruction-selector.cc Thu Aug 21
11:56:46 2014 UTC
+++ /branches/bleeding_edge/src/compiler/instruction-selector.cc Thu Aug 21
12:02:24 2014 UTC
@@ -382,7 +382,7 @@
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()));
}
--
--
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/d/optout.