Revision: 24590
Author: [email protected]
Date: Tue Oct 14 09:22:21 2014 UTC
Log: build fix
[email protected]
BUG=
Review URL: https://codereview.chromium.org/652163002
https://code.google.com/p/v8/source/detail?r=24590
Modified:
/branches/bleeding_edge/src/compiler/instruction.cc
=======================================
--- /branches/bleeding_edge/src/compiler/instruction.cc Tue Oct 14 08:51:22
2014 UTC
+++ /branches/bleeding_edge/src/compiler/instruction.cc Tue Oct 14 09:22:21
2014 UTC
@@ -322,7 +322,7 @@
: zone_(schedule->zone()),
node_count_(graph->NodeCount()),
node_map_(zone()->NewArray<int>(node_count_)),
- block_data_(schedule->BasicBlockCount(), zone()),
+ block_data_(static_cast<int>(schedule->BasicBlockCount()), zone()),
linkage_(linkage),
schedule_(schedule),
constants_(ConstantMap::key_compare(),
--
--
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.